Taos API Reference
    Preparing search index...

    Interface ReflectionProbeOptions

    Construction options for ReflectionProbe. Every field is optional and maps to the like-named property; omitted fields keep the property default.

    interface ReflectionProbeOptions {
        captureContent?: ReflectionProbeContent;
        updateMode?: ReflectionProbeUpdateMode;
        extentHalfSize?: Vec3;
        boxProjection?: boolean;
        influenceFalloff?: number;
        captureSize?: number;
        prefilteredSize?: number;
        irradianceSize?: number;
    }
    Index

    Properties

    captureContent?: ReflectionProbeContent

    What this probe captures (ReflectionProbe.captureContent).

    When this probe re-bakes (ReflectionProbe.updateMode).

    extentHalfSize?: Vec3

    Local-space half-extents (ReflectionProbe.extentHalfSize). Adopted by reference.

    boxProjection?: boolean

    Parallax-correct against the box (ReflectionProbe.boxProjection).

    influenceFalloff?: number

    Influence falloff fraction (ReflectionProbe.influenceFalloff).

    captureSize?: number

    Requested capture cube face size (ReflectionProbe.captureSize).

    prefilteredSize?: number

    Requested prefiltered IBL face size (ReflectionProbe.prefilteredSize).

    irradianceSize?: number

    Requested irradiance IBL face size (ReflectionProbe.irradianceSize).