Uses of Class
com.aspose.threed.VertexField
-
-
Uses of VertexField in com.aspose.threed
Methods in com.aspose.threed that return VertexField 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 fieldVertexField
VertexDeclaration. get(int index)
Gets theVertexField
by indexMethods in com.aspose.threed that return types with arguments of type VertexField Modifier and Type Method Description java.util.Iterator<VertexField>
VertexDeclaration. iterator()
Gets an enumerator to walk through all vertex fields in this instance.Methods in com.aspose.threed with parameters of type VertexField Modifier and Type Method Description int
VertexField. compareTo(VertexField other)
Compares this instance to a specified object and returns an indication of their relative values.Method parameters in com.aspose.threed with type arguments of type VertexField Modifier and Type Method Description ShaderProgram
RenderFactory. createShaderProgram(ShaderSource shaderSource, java.util.List<VertexField> inputFields)
Create aShaderProgram
object and using the vertex input inVertexDeclaration
's order
-