We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5884378 + 57f04ea commit 238d90aCopy full SHA for 238d90a
tutorials/3d/csg_tools.rst
@@ -15,7 +15,9 @@ Interior environments can be created by using inverted primitives.
15
16
.. note:: The CSG nodes in Godot are mainly intended for prototyping. There is
17
no built-in support for UV mapping or editing 3D polygons (though
18
- extruded 2D polygons can be used with the CSGPolygon3D node).
+ extruded 2D polygons can be used with the CSGPolygon3D node). In
19
+ addition CSG can't reliably create meshes made up of multiple nodes
20
+ without holes.
21
22
If you're looking for an easy to use level design tool for a project,
23
you may want to use `Qodot <https://github.com/QodotPlugin/Qodot>`__
0 commit comments