Type Alias PointLightOptions
PointLightOptions: Omit<GenericObject3DOptions, "id"> & {
color?: ColorRepresentation;
decay?: number;
intensity?: number;
}
color?: ColorRepresentation;
decay?: number;
intensity?: number;
}
Type Declaration
Optionalcolor?: ColorRepresentationLight color. Default:
0xffffff(white)Optionaldecay?: numberDecay of the light relative to the distance to the subject. Default:
0.5Optionalintensity?: numberIntensity of the light. Default:
75
Options for adding a point light