Viewer - Interaction
    Preparing search index...

    Interface IHemisphereLightApi

    The api for an hemisphere light. An hemisphere light can be created by calling the addHemisphereLight method.

    interface IHemisphereLightApi {
        color: Color;
        groundColor: Color;
        id: string;
        intensity: number;
        type: LIGHT_TYPE;
        name?: string;
        order?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    color: Color

    The color of the light.

    groundColor: Color

    The ground color of the light.

    id: string

    The id of the light.

    intensity: number

    The intensity of the light.

    type: LIGHT_TYPE

    The type of the light.

    name?: string

    The name of the light. Used by the platform.

    order?: number

    The order of the light. Used by the platform.