Browse Source

Merge pull request #9076 from skyace65/CSGNote

Update CSG note with info on reliability
Max Hilbrunner 1 year ago
parent
commit
238d90a3d9
1 changed files with 3 additions and 1 deletions
  1. 3 1
      tutorials/3d/csg_tools.rst

+ 3 - 1
tutorials/3d/csg_tools.rst

@@ -15,7 +15,9 @@ Interior environments can be created by using inverted primitives.
 
 
 .. note:: The CSG nodes in Godot are mainly intended for prototyping. There is
 .. note:: The CSG nodes in Godot are mainly intended for prototyping. There is
           no built-in support for UV mapping or editing 3D polygons (though
           no built-in support for UV mapping or editing 3D polygons (though
-          extruded 2D polygons can be used with the CSGPolygon3D node).
+          extruded 2D polygons can be used with the CSGPolygon3D node). In
+          addition CSG can't reliably create meshes made up of multiple nodes
+          without holes.
 
 
           If you're looking for an easy to use level design tool for a project,
           If you're looking for an easy to use level design tool for a project,
           you may want to use `Qodot <https://github.com/QodotPlugin/Qodot>`__
           you may want to use `Qodot <https://github.com/QodotPlugin/Qodot>`__