Package | Description |
---|---|
com.badlogic.gdx.graphics.g3d.utils |
Modifier and Type | Class and Description |
---|---|
class |
MeshBuilder
Class to construct a mesh, optionally splitting it into one or more mesh parts.
|
Modifier and Type | Method and Description |
---|---|
MeshPartBuilder |
ModelBuilder.part(java.lang.String id,
int primitiveType,
long attributes,
Material material)
Creates a new MeshPart within the current Node.
|