Skip to main content

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

NameTypeDescription
offsetVec3x, y, z offset of the probe reflection origin.
nearDistFloatDistance to the near plane.
farDistFloatDistance to the far plane.
qualityInt32Resolution of the reflection map.