Skip to content

Commit

Permalink
Merge pull request #8828 from skyace65/OccluderHint
Browse files Browse the repository at this point in the history
Document occluder import hint
  • Loading branch information
mhilbrunner committed Jan 25, 2024
1 parent 02bf845 commit 75cdeec
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit 75cdeec

Please sign in to comment.