ReflectionProbe
type ReflectionProbe = {
offset: Vec3;
nearDist: Float;
farDist: Float;
quality: Int32;
};
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:733
Omni directional reflection probe parameters, used for local cubemap reflection generation.
Type declaration
Name | Type | Description |
---|---|---|
offset | Vec3 | x, y, z offset of the probe reflection origin. |
nearDist | Float | Distance to the near plane. |
farDist | Float | Distance to the far plane. |
quality | Int32 | Resolution of the reflection map. |