ReflectionProbe
@3dverse/livelink / Components / ReflectionProbe
Type Alias: ReflectionProbe
ReflectionProbe:
object
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:710
Omni directional reflection probe parameters, used for local cubemap reflection generation.
Type declaration
offset
offset:
Vec3
x, y, z offset of the probe reflection origin.
Default Value
0, 0, 0;
nearDist
nearDist:
Float
Distance to the near plane.
Default Value
0.1;
farDist
farDist:
Float
Distance to the far plane.
Default Value
100;
quality
quality:
Int32
Resolution of the reflection map.
Default Value
128;