extents property

Vector3 extents
getter/setter pair

World-space size of the volume. Ignored by IrradianceVolumeMode.fitScene, which derives it from the scene bounds, and by IrradianceVolumeMode.component, which takes it from the active IrradianceVolumeComponent.

Implementation

Vector3 extents = Vector3(20, 10, 20);