Files
godot-website/collections/_release_4_4/entry-general-core-manifold-library-replaces-csg-implementation.md
Adam Scott e6bdb5c006 Add 4.4 release page (#1023)
Co-authored-by: Nathalie Galla <murderveggie@gmail.com>
2025-03-03 17:41:42 +01:00

1.1 KiB

type, section, subsection, rank, importance, anchor, title, blockquote, text, contributors, read_more
type section subsection rank importance anchor title blockquote text contributors read_more
entry general core 1 4 manifold-library-replaces-CSG-implementation Manifold library replaces CSG implementation Reaping the benefits of open source Support for Constructive Solid Geometry (CSG) has been in the engine since Godot 3.1 and is a great tool for rapid prototyping. Nonetheless, our internal implementation suffered from stability issues and other bugs. This is one of the engine areas that does not have a dedicated maintainer to look after it, so when an open source library with the same functionality was released, we jumped at the opportunity. Manifold completely replaces the existing implementation, which is a fairly big change in how Godot handles CSG internally, but only minimally impacts the user API. Please check your projects after upgrading and report any negative consequences to us so they can be tackled!
name github
K. S. Ernest (iFire) Lee fire
name github
Emmett Lalish elalish
https://github.com/godotengine/godot/pull/94321