Parameters for IBL.

interface IBLParams {
    enabled?: boolean;
    intensity?: number;
}

Properties

Properties

enabled?: boolean

Whether this component is enabled.

intensity?: number

Multiplier on the cubemap IBL ambient + specular contribution. Range [0, ∞). At 0 the cubemap contributes nothing even when the component is enabled.

Default value is 1.0.