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 |
---|---|
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 © 2018. All rights reserved.