public class ModelTransform extends ModelRenderable
| Modifier and Type | Field and Description |
|---|---|
com.badlogic.gdx.graphics.g3d.ModelInstance |
model |
x, y, z| Constructor and Description |
|---|
ModelTransform(com.badlogic.gdx.graphics.g3d.ModelInstance model) |
ModelTransform(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
render(com.badlogic.gdx.graphics.g3d.ModelBatch batch) |
add, position, removepublic ModelTransform(com.badlogic.gdx.graphics.g3d.ModelInstance model)
public ModelTransform(java.lang.String name)
public void render(com.badlogic.gdx.graphics.g3d.ModelBatch batch)
render in class ModelRenderable