Uses of Class
com.badlogic.gdx.graphics.g3d.ModelInstance
-
Packages that use ModelInstance Package Description com.badlogic.gdx.graphics.g3d com.badlogic.gdx.graphics.g3d.particles.renderers com.badlogic.gdx.graphics.g3d.utils -
-
Uses of ModelInstance in com.badlogic.gdx.graphics.g3d
Methods in com.badlogic.gdx.graphics.g3d that return ModelInstance Modifier and Type Method Description ModelInstanceModelInstance. copy()Constructors in com.badlogic.gdx.graphics.g3d with parameters of type ModelInstance Constructor 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.ModelInstance(ModelInstance copyFrom, Matrix4 transform, boolean shareKeyframes)Constructs a new ModelInstance which is an copy of the specified ModelInstance. -
Uses of ModelInstance in com.badlogic.gdx.graphics.g3d.particles.renderers
Fields in com.badlogic.gdx.graphics.g3d.particles.renderers with type parameters of type ModelInstance Modifier and Type Field Description ParallelArray.ObjectChannel<ModelInstance>ModelInstanceControllerRenderData. modelInstanceChannel -
Uses of ModelInstance in com.badlogic.gdx.graphics.g3d.utils
Fields in com.badlogic.gdx.graphics.g3d.utils declared as ModelInstance Modifier and Type Field Description ModelInstanceBaseAnimationController. targetTheModelInstanceon which the animations are being performed.Constructors in com.badlogic.gdx.graphics.g3d.utils with parameters of type ModelInstance Constructor Description AnimationController(ModelInstance target)Construct a new AnimationController.BaseAnimationController(ModelInstance target)Construct a new BaseAnimationController.
-