gpu-curtains
    Preparing search index...

    Interface LightBaseParams

    Base parameters used to create a Light.

    interface LightBaseParams {
        label?: string;
        color?: Vec3;
        intensity?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    label?: string

    Optional label of the Light.

    color?: Vec3

    The Light color. Default to Vec3(1).

    intensity?: number

    The Light intensity. Default to 1.