Uses of Class
com.aspose.threed.VertexDeclaration
-
-
Uses of VertexDeclaration in com.aspose.threed
Methods in com.aspose.threed that return VertexDeclaration Modifier and Type Method Description static VertexDeclaration
VertexDeclaration. fromGeometry(Geometry geometry, boolean useFloat)
Create aVertexDeclaration
based on aGeometry
's layout.VertexDeclaration
IVertexBuffer. getVertexDeclaration()
Gets the vertex declarationVertexDeclaration
TriMesh. getVertexDeclaration()
The vertex layout of theTriMesh
.Methods in com.aspose.threed with parameters of type VertexDeclaration Modifier and Type Method Description int
VertexDeclaration. compareTo(VertexDeclaration other)
Compares this instance to a specified object and returns an indication of their relative values.ShaderProgram
RenderFactory. createShaderProgram(ShaderSource shaderSource, VertexDeclaration vertexDeclaration)
Create aShaderProgram
object and using the vertex input inVertexDeclaration
's orderabstract IVertexBuffer
RenderFactory. createVertexBuffer(VertexDeclaration declaration)
Create anIVertexBuffer
instance to store polygon's vertex information.static TriMesh
TriMesh. fromMesh(VertexDeclaration declaration, Mesh mesh)
Create a TriMesh from given mesh object with given vertex layout.Constructors in com.aspose.threed with parameters of type VertexDeclaration Constructor Description TriMesh(java.lang.String name, VertexDeclaration declaration)
Initialize an instance ofTriMesh
-