Class BoxOccluder3D
Cuboid shape for use with occlusion culling in OccluderInstance3D.
- Inheritance
-
BoxOccluder3D
Remarks
BoxOccluder3D stores a cuboid shape that can be used by the engine's occlusion culling system.
See OccluderInstance3D's documentation for instructions on setting up occlusion culling.
See Also
Properties
size
The box's size in 3D units.
var size : Vector3 = Vector3(1, 1, 1)