com.supermap.realspace.threeddesigner
类 TextureMappingMode

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

public final class TextureMappingMode
extends Enum

纹理贴图映射模式


字段摘要
static TextureMappingMode BOX
          立方体(盒子)贴图
static TextureMappingMode PLANAR
          平面贴图
static TextureMappingMode SPHERICAL
          球形贴图
 
方法摘要
 
从类 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
 

字段详细信息

PLANAR

public static final TextureMappingMode PLANAR
平面贴图


SPHERICAL

public static final TextureMappingMode SPHERICAL
球形贴图


BOX

public static final TextureMappingMode BOX
立方体(盒子)贴图