Table of Contents

Class SphereOccluder3D

Spherical shape for use with occlusion culling in OccluderInstance3D.

Inheritance
SphereOccluder3D

Remarks

SphereOccluder3D stores a sphere 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

radius

The sphere's radius in 3D units.

var radius : float = 1.0

Property Value

float

Remarks