Define the KHR_lights_punctual extension nodes options.

interface GLTFLightsPunctualExtension {
    light: number;
}

Properties

Properties

light: number

Index into the GLTFExtensions lights array representing the light to use.