The VolumeManager class is used to manage volume components in a scene.

VolumeManager 类用于管理场景中的体积组件。

实现

构造函数

属性

_regVolumeManager: { [key: number]: IVolumeManager } = {}

Dictionary of specialized volume managers for different volume types.

不同体积类型的专门体积管理器字典。

_volumetricGIManager: VolumetricGIManager

Volumetric Global Illumination manager.

体积全局光照管理器。

ReflectionProbeVolumeType: number = 1

Type identifier for Reflection Probe Volume.

反射探针体积的类型标识符。

VolumetricGIType: number = 2

Type identifier for Volumetric Global Illumination.

体积全局光照的类型标识符。

访问器

方法