Uses of Class
com.aspose.threed.VertexFieldSemantic
-
-
Uses of VertexFieldSemantic in com.aspose.threed
Methods in com.aspose.threed that return VertexFieldSemantic Modifier and Type Method Description VertexFieldSemantic
VertexField. getSemantic()
The usage semantic of this field.static VertexFieldSemantic
VertexFieldSemantic. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static VertexFieldSemantic[]
VertexFieldSemantic. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aspose.threed with parameters of type VertexFieldSemantic Modifier and Type Method Description VertexField
VertexDeclaration. addField(int dataType, VertexFieldSemantic semantic)
Add a new vertex fieldVertexField
VertexDeclaration. addField(int dataType, VertexFieldSemantic semantic, int index)
Add a new vertex field
-