Browse Source

Merge pull request #3420 from Calinou/csg-mention-limitations

Mention built-in CSG limitations, recommend Qodot for final levels
Rémi Verschelde 5 years ago
parent
commit
728f36d7a6
1 changed files with 10 additions and 0 deletions
  1. 10 0
      tutorials/3d/csg_tools.rst

+ 10 - 0
tutorials/3d/csg_tools.rst

@@ -11,6 +11,16 @@ Level prototyping is one of the main uses of CSG in Godot. This technique allows
 users to create simple versions of most common shapes by combining primitives.
 Interior environments can be created by using inverted primitives.
 
+.. 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
+          extruded 2D polygons can be used with the CSGPolygon node).
+
+          If you're looking for an easy to use level design tool for a project,
+          you may want to use `Qodot <https://github.com/Shfty/qodot-plugin>`__
+          instead. It lets you design levels using
+          `TrenchBroom <https://kristianduske.com/trenchbroom/>`__ and import
+          them in Godot.
+
 .. image:: img/csg.gif
 
 Introduction to CSG nodes