com.supermap.realspace.threeddesigner
类 ShadowVolumeType

java.lang.Object
  继承者 com.supermap.data.Enum
      继承者 com.supermap.realspace.threeddesigner.ShadowVolumeType

public final class ShadowVolumeType
extends Enum

阴影体光源类型


字段摘要
static ShadowVolumeType POINTLIGHT
          点光源
static ShadowVolumeType SUNLIGHT
          太阳光
 
方法摘要
 
从类 com.supermap.data.Enum 继承的方法
equals, getEnums, getNameByValue, getNames, getPredefineValues, getValueByName, getValues, hashCode, isDefined, isDefined, name, parse, parse, toString, value
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 

字段详细信息

SUNLIGHT

public static final ShadowVolumeType SUNLIGHT
太阳光


POINTLIGHT

public static final ShadowVolumeType POINTLIGHT
点光源