Class reference
Occluder3D
Inherits Resource
Occluder shape resource for use with occlusion culling in OccluderInstance3D.
Description
Occluder3D stores an occluder shape that can be used by the engine's occlusion culling system. See OccluderInstance3D's documentation for instructions on setting up occlusion culling.
Methods
PackedInt32Array get_indices() const
PackedInt32Array get_indices() constReturns the occluder shape's vertex indices.
PackedVector3Array get_vertices() const
PackedVector3Array get_vertices() constReturns the occluder shape's vertex positions.