Class ModelInstanceHack
java.lang.Object
gaiasky.util.gdx.model.IntModelInstance
gaiasky.util.gdx.model.gltf.scene3d.model.ModelInstanceHack
- All Implemented Interfaces:
IntRenderableProvider
-
Field Summary
Fields inherited from class gaiasky.util.gdx.model.IntModelInstance
animations, defaultShareKeyframes, materials, model, nodes, span, transform, userData
-
Constructor Summary
ConstructorsConstructorDescriptionModelInstanceHack
(IntModel model) ModelInstanceHack
(IntModel model, com.badlogic.gdx.math.Matrix4 localTransform) ModelInstanceHack
(IntModel model, String... rootNodeIds) -
Method Summary
Modifier and TypeMethodDescriptionvoid
copyAnimation
(IntAnimation anim, boolean shareKeyframes) getRenderable
(IntRenderable out, IntNode node, IntNodePart nodePart) Methods inherited from class gaiasky.util.gdx.model.IntModelInstance
calculateBoundingBox, calculateTransforms, copy, extendBoundingBox, getAnimation, getAnimation, getMaterial, getMaterial, getNode, getNode, getNode, getRenderable, getRenderable, getRenderables, getRenderables
-
Constructor Details
-
ModelInstanceHack
-
ModelInstanceHack
-
ModelInstanceHack
-
-
Method Details
-
copyAnimation
-
getRenderable
- Overrides:
getRenderable
in classIntModelInstance
-