HemisphereLight

new SuperMap3D.HemisphereLight(options)

hemispherical light source
Name Type Description
options Object parameter object
Name Type Description
skyColor Color Used to set the color of the sky light source, the default value is new Color(0.7,0.7,0.7)
groundColor Color Used to set the color of the ground light source, the default value is new Color(0.2,0.2,0.2)

Members

staticSuperMap3D.HemisphereLight.id : String

Get the light source id

groundColor : Color

Set the ground light color
Default Value: {new Color(0.2,0.2,0.2)}

lightType : HemisphereLight

Set the light source type

skyColor : Color

Set the sky light color
Default Value: {new Color(0.7, 0.7, 0.7)}