Interface AtmosphereLightsConfig

interface AtmosphereLightsConfig {
    applyLimbDarkeningOnMoon?: boolean;
    applyLimbDarkeningOnSun?: boolean;
    renderMoonDisk?: boolean;
    renderSunDisk?: boolean;
    useMoon?: boolean;
}

Properties

applyLimbDarkeningOnMoon?: boolean

If this is true, limb darkening is applied to the disk rendered for the second atmosphere light.

Defaults to false.

applyLimbDarkeningOnSun?: boolean

If this is true, limb darkening is applied to the disk rendered for the first atmosphere light.

Defaults to true.

renderMoonDisk?: boolean

Render a moon disk.

Defaults to useMoon.

renderSunDisk?: boolean

Render a sun disk.

Defaults to true.

useMoon?: boolean

Use the second atmosphere light source specified in Uniforms.moon.

Defaults to false.