Package com.aspose.threed
Interface IIndicedVertexElement
-
- All Known Implementing Classes:
VertexElementBinormal
,VertexElementEdgeCrease
,VertexElementMaterial
,VertexElementNormal
,VertexElementPolygonGroup
,VertexElementSmoothingGroup
,VertexElementSpecular
,VertexElementTangent
,VertexElementTemplate
,VertexElementUserData
,VertexElementUV
,VertexElementVector4
,VertexElementVertexColor
,VertexElementVertexCrease
,VertexElementVisibility
,VertexElementWeight
public interface IIndicedVertexElement
VertexElement with indice data.
-
-
Method Summary
Modifier and Type Method Description java.util.List<java.lang.Integer>
getIndices()
Gets the indice data
-