浏览代码

Merge pull request #8828 from skyace65/OccluderHint

Document occluder import hint
Max Hilbrunner 1 年之前
父节点
当前提交
75cdeecf41
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.rst

+ 8 - 0
tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.rst

@@ -91,6 +91,14 @@ reliability.
     See :ref:`doc_collision_shapes_3d` for a comprehensive overview of collision
     See :ref:`doc_collision_shapes_3d` for a comprehensive overview of collision
     shapes.
     shapes.
 
 
+Create Occluder (-occ, -occonly)
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+If a mesh is imported with the ``-occ`` suffix an :ref:`class_occluder3D` node
+will be created based on the geometry of the mesh, it does not replace the mesh.
+A mesh node with the ``-occonly`` suffix will be converted to an
+:ref:`class_occluder3D` on import.
+
 Create navigation (-navmesh)
 Create navigation (-navmesh)
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^