Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tutorials/assets_pipeline/importing_scenes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ This exposes several per-node import options:
will keep the original mesh visible, while **NavMesh Only** will only import
the navigation mesh (without a visual representation). **NavMesh Only** is
meant to be used when you've manually authored a simplified mesh for navigation.
- **Generate > NavMesh:** If checked, generates an OccluderInstance3D *sibling*
- **Generate > Occluder:** If checked, generates an OccluderInstance3D *sibling*
node for :ref:`occlusion culling <doc_occlusion_culling>` using the mesh's
geometry as a basis for the occluder's shape. **Mesh + Occluder** will keep
the original mesh visible, while **Occluder Only** will only import the
Expand Down