Type Alias Layer3DOptions
type Layer3DOptions = {
ambientLightColor?: ColorRepresentation;
ambientLightIntensity?: number;
antialias?: boolean;
maxZoom?: number;
minZoom?: number;
}
ambientLightColor?: ColorRepresentation;
ambientLightIntensity?: number;
antialias?: boolean;
maxZoom?: number;
minZoom?: number;
}
Index
Properties
OptionalambientLightColor
ambientLightColor?: ColorRepresentation
OptionalambientLightIntensity
ambientLightIntensity?: number
Ambient light intensity.
Default: 1
Optionalantialias
antialias?: boolean
Default: true
OptionalmaxZoom
maxZoom?: number
Beyond this zoom level, the meshes are not visible. Default: 22
OptionalminZoom
minZoom?: number
Bellow this zoom level, the meshes are not visible Default: 0
Ambient light color. Default:
0xffffff(white)