com.supermap.ar.areffect.gltfModel
Class Primitives
- java.lang.Object
-
- com.supermap.ar.areffect.gltfModel.Primitives
-
public class Primitives extends java.lang.Object
Basic graphic element information
-
-
Constructor Summary
Constructors Constructor and Description Primitives()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Attributes
getAttributes()
Gets attributesjava.lang.Integer
getIndices()
Gets indexesjava.lang.Integer
getMaterial()
Gets the texture indexjava.lang.Integer
getMode()
Gets the modevoid
setAttributes(Attributes attributes)
Sets attributesvoid
setIndices(java.lang.Integer indices)
Sets indexesvoid
setMaterial(java.lang.Integer material)
Sets the texture indexvoid
setMode(java.lang.Integer mode)
Sets the mode
-
-
-
Method Detail
-
setAttributes
public void setAttributes(Attributes attributes)
Sets attributes- Parameters:
attributes
-
-
getAttributes
public Attributes getAttributes()
Gets attributes- Returns:
-
setIndices
public void setIndices(java.lang.Integer indices)
Sets indexes- Parameters:
indices
-
-
getIndices
public java.lang.Integer getIndices()
Gets indexes- Returns:
-
setMode
public void setMode(java.lang.Integer mode)
Sets the mode- Parameters:
mode
-
-
getMode
public java.lang.Integer getMode()
Gets the mode- Returns:
-
setMaterial
public void setMaterial(java.lang.Integer material)
Sets the texture index- Parameters:
material
-
-
getMaterial
public java.lang.Integer getMaterial()
Gets the texture index- Returns:
-
-