BoxOccluder3D

Hereda: Occluder3D < Resource < RefCounted < Object

Cuboid shape for use with occlusion culling in OccluderInstance3D.

Descripción

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.

Tutoriales

Propiedades

Vector3

size

Vector3(1, 1, 1)


Descripciones de Propiedades

Vector3 size = Vector3(1, 1, 1) 🔗

El tamaño de la caja en unidades 3D.