com.supermap.ar.areffect.gltfModel
类 Primitives
- java.lang.Object
-
- com.supermap.ar.areffect.gltfModel.Primitives
-
public class Primitives extends java.lang.Object
图元信息
-
-
构造器概要
构造器 构造器和说明 Primitives()
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 Attributes
getAttributes()
获取属性java.lang.Integer
getIndices()
获取索引java.lang.Integer
getMaterial()
获取材质索引java.lang.Integer
getMode()
获取模式void
setAttributes(Attributes attributes)
设置属性void
setIndices(java.lang.Integer indices)
设置索引void
setMaterial(java.lang.Integer material)
设置材质索引void
setMode(java.lang.Integer mode)
设置模式
-
-
-
方法详细资料
-
setAttributes
public void setAttributes(Attributes attributes)
设置属性- 参数:
attributes
-
-
getAttributes
public Attributes getAttributes()
获取属性- 返回:
-
setIndices
public void setIndices(java.lang.Integer indices)
设置索引- 参数:
indices
-
-
getIndices
public java.lang.Integer getIndices()
获取索引- 返回:
-
setMode
public void setMode(java.lang.Integer mode)
设置模式- 参数:
mode
-
-
getMode
public java.lang.Integer getMode()
获取模式- 返回:
-
setMaterial
public void setMaterial(java.lang.Integer material)
设置材质索引- 参数:
material
-
-
getMaterial
public java.lang.Integer getMaterial()
获取材质索引- 返回:
-
-