com.supermap.data.processing
类 MaterialType

java.lang.Object
  继承者 com.supermap.data.Enum
      继承者 com.supermap.data.processing.MaterialType

public class MaterialType
extends Enum

该枚举定义了材质类型常量。


字段摘要
static MaterialType BATCHPBR
          批次化PBR材质。
static MaterialType NORMAL
          普通材质。
static MaterialType PBR
          PBR材质。
static MaterialType U3DMATERIAL
          使用Unity3D游戏引擎材质资源。
static MaterialType UEMATERIAL
          使用UE游戏引擎材质资源。
 
方法摘要
 
从类 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
 

字段详细信息

NORMAL

public static final MaterialType NORMAL
普通材质。


PBR

public static final MaterialType PBR
PBR材质。生成不打组的PBR缓存。


UEMATERIAL

public static final MaterialType UEMATERIAL
使用UE游戏引擎材质资源。


U3DMATERIAL

public static final MaterialType U3DMATERIAL
使用Unity3D游戏引擎材质资源。


BATCHPBR

public static final MaterialType BATCHPBR
批次化PBR材质。生成打组的PBR缓存。