Modifier and Type | Method and Description |
---|---|
static VertexDeclaration |
VertexDeclaration.fromGeometry(Geometry geometry,
boolean useFloat)
Create a
VertexDeclaration based on a Geometry 's layout. |
VertexDeclaration |
TriMesh.getVertexDeclaration()
The vertex layout of the
TriMesh . |
Modifier and Type | Method and Description |
---|---|
int |
VertexDeclaration.compareTo(VertexDeclaration other)
Compares this instance to a specified object and returns an indication of their relative values.
|
static TriMesh |
TriMesh.fromMesh(VertexDeclaration declaration,
Mesh mesh)
Create a TriMesh from given mesh object with given vertex layout.
|
Constructor and Description |
---|
TriMesh(String name,
VertexDeclaration declaration)
Initialize an instance of
TriMesh |
Copyright © 2019. All rights reserved.