Package com.aspose.threed
Class VertexElementMaterial
- java.lang.Object
-
- com.aspose.threed.VertexElement
-
- com.aspose.threed.VertexElementMaterial
-
- All Implemented Interfaces:
IIndexedVertexElement
public class VertexElementMaterial extends VertexElement
Defines material index for specified components. A node can have multiple materials, theVertexElementMaterial
is used to render different part of the geometry in different materials.
-
-
Constructor Summary
Constructors Constructor Description VertexElementMaterial()
Initializes a new instance of theVertexElementMaterial
class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
Removes all elements from the direct and the index arrays.VertexElement
clone(boolean withDirect, boolean withIndice)
-
Methods inherited from class com.aspose.threed.VertexElement
clone, getIndices, getMappingMode, getName, getReferenceMode, getVertexElementType, setIndices, setMappingMode, setName, setReferenceMode, toString
-
-
-
-
Constructor Detail
-
VertexElementMaterial
public VertexElementMaterial()
Initializes a new instance of theVertexElementMaterial
class.
-
-
Method Detail
-
clear
public void clear()
Removes all elements from the direct and the index arrays.- Specified by:
clear
in classVertexElement
-
clone
public VertexElement clone(boolean withDirect, boolean withIndice)
-
-