Package | Description |
---|---|
com.badlogic.gdx.graphics.g3d.model | |
com.badlogic.gdx.graphics.g3d.model.data | |
com.badlogic.gdx.utils |
Modifier and Type | Field and Description |
---|---|
ArrayMap<Node,Matrix4> |
NodePart.invBoneBindTransforms
Mapping to each bone (node) and the inverse transform of the bind pose.
|
Modifier and Type | Field and Description |
---|---|
ArrayMap<java.lang.String,Matrix4> |
ModelNodePart.bones |
Modifier and Type | Method and Description |
---|---|
void |
ArrayMap.putAll(ArrayMap<? extends K,? extends V> map) |
void |
ArrayMap.putAll(ArrayMap<? extends K,? extends V> map,
int offset,
int length) |
Constructor and Description |
---|
ArrayMap(ArrayMap array)
Creates a new map containing the elements in the specified map.
|
Entries(ArrayMap<K,V> map) |
Keys(ArrayMap<K,java.lang.Object> map) |
Values(ArrayMap<java.lang.Object,V> map) |