From fe0ec6b62415d15556429dbc0064868f5f9c8847 Mon Sep 17 00:00:00 2001 From: skyace65 Date: Wed, 24 Jan 2024 20:50:41 -0500 Subject: [PATCH] Document occluder import hint --- .../importing_3d_scenes/node_type_customization.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.rst b/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.rst index 7035f6f26..a7ba9eeb7 100644 --- a/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.rst +++ b/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 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) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^