Package | Description |
---|---|
com.badlogic.gdx.graphics.g3d | |
com.badlogic.gdx.graphics.g3d.particles.renderers | |
com.badlogic.gdx.graphics.g3d.utils |
Modifier and Type | Method and Description |
---|---|
ModelInstance |
ModelInstance.copy() |
Constructor and Description |
---|
ModelInstance(ModelInstance copyFrom)
Constructs a new ModelInstance which is an copy of the specified ModelInstance.
|
ModelInstance(ModelInstance copyFrom,
Matrix4 transform)
Constructs a new ModelInstance which is an copy of the specified ModelInstance.
|
Modifier and Type | Field and Description |
---|---|
ParallelArray.ObjectChannel<ModelInstance> |
ModelInstanceControllerRenderData.modelInstanceChannel |
Modifier and Type | Field and Description |
---|---|
ModelInstance |
BaseAnimationController.target
The
ModelInstance on which the animations are being performed. |
Constructor and Description |
---|
AnimationController(ModelInstance target)
Construct a new AnimationController.
|
BaseAnimationController(ModelInstance target)
Construct a new BaseAnimationController.
|