new ov.LightProperty()
            webgl/ov-LightProperty.js, line 5
        
        
    代表光線的特性
Members
- 
    
absLightDirection
 - 
    
    
光線的絕對方向。
- Default Value:
 - Geo3DPoint(-1, 0, 0)
 
Properties:
Name Type Description absLightDirectionGeo3DPoint 光線的絕對方向。
 - 
    
azimuthAngle
 - 
    
    
方位角。
- Default Value:
 - 0.0
 
Properties:
Name Type Description azimuthAngleNumber 方位角,單位為度。
 - 
    
color
 - 
    
    
顏色。
- Default Value:
 - #000000
 
Properties:
Name Type Description colorov.Color 光線的顏色。
 - 
    
isAbs
 - 
    
    
是否是絕對方向。
- Default Value:
 - false
 
Properties:
Name Type Description isAbsBoolean 是否是絕對方向。
 - 
    
isAutoUpdateByDate
 - 
    
    
是否根據引擎時間自動更新。
- Default Value:
 - false
 
Properties:
Name Type Description isAutoUpdateByDateBoolean 是否根據引擎時間自動更新。
 - 
    
zenithAngle
 - 
    
    
天頂角。
- Default Value:
 - 0.0
 
Properties:
Name Type Description zenithAngleNumber 天頂角,單位為度。