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 fd40721 + fe0ec6b commit 515d22dCopy full SHA for 515d22d
tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.rst
@@ -91,6 +91,14 @@ reliability.
91
See :ref:`doc_collision_shapes_3d` for a comprehensive overview of collision
92
shapes.
93
94
+Create Occluder (-occ, -occonly)
95
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
96
+
97
+If a mesh is imported with the ``-occ`` suffix an :ref:`class_occluder3D` node
98
+will be created based on the geometry of the mesh, it does not replace the mesh.
99
+A mesh node with the ``-occonly`` suffix will be converted to an
100
+:ref:`class_occluder3D` on import.
101
102
Create navigation (-navmesh)
103
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
104
0 commit comments