On this page

Type Alias LightPropsPossiblyEvaluated

type LightPropsPossiblyEvaluated = {
    anchor: "map" | "viewport";
    color: Color;
    intensity: number;
    position: LightPosition;
}
Index

Properties

anchor: "map" | "viewport"
color: Color
intensity: number
position: LightPosition
Was this helpful?
SDK JS
Reference
LightPropsPossiblyEvaluated