Attention: Here be dragons

This is the latest (unstable) version of this documentation, which may document features not available in or compatible with released stable versions of Godot.

BoxOccluder3D

Inherits: Occluder3D < Resource < RefCounted < Object

Cuboid shape for use with occlusion culling in OccluderInstance3D.

Description

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.

Tutorials

Properties

Vector3

size

Vector3(1, 1, 1)


Property Descriptions

Vector3 size = Vector3(1, 1, 1)

The box's size in 3D units.


User-contributed notes

Please read the User-contributed notes policy before submitting a comment.