com.threerings.opengl.geometry.config
Class GeometryConfig.SkinnedIndexedStored
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.geometry.config.GeometryConfig
com.threerings.opengl.geometry.config.GeometryConfig.Stored
com.threerings.opengl.geometry.config.GeometryConfig.IndexedStored
com.threerings.opengl.geometry.config.GeometryConfig.SkinnedIndexedStored
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- GeometryConfig
public static class GeometryConfig.SkinnedIndexedStored
- extends GeometryConfig.IndexedStored
Skinned indexed geometry.
|
Field Summary |
String[] |
bones
The names of the bones referenced by the boneIndices attribute. |
|
Constructor Summary |
GeometryConfig.SkinnedIndexedStored()
|
GeometryConfig.SkinnedIndexedStored(Box bounds,
GeometryConfig.Mode mode,
GeometryConfig.AttributeArrayConfig[] vertexAttribArrays,
ClientArrayConfig[] texCoordArrays,
ClientArrayConfig colorArray,
ClientArrayConfig normalArray,
ClientArrayConfig vertexArray,
int start,
int end,
ShortBuffer indices,
String[] bones)
|
| Methods inherited from class com.threerings.opengl.geometry.config.GeometryConfig.Stored |
createArrayStates, createArrayStates, createGeometry, createStaticGeometry, getBounds, getFloatArray, getIntArray, getTexCoordArray, getVertexAttribArray, getVertexCount, merge |
bones
public String[] bones
- The names of the bones referenced by the
boneIndices attribute.
GeometryConfig.SkinnedIndexedStored
public GeometryConfig.SkinnedIndexedStored(Box bounds,
GeometryConfig.Mode mode,
GeometryConfig.AttributeArrayConfig[] vertexAttribArrays,
ClientArrayConfig[] texCoordArrays,
ClientArrayConfig colorArray,
ClientArrayConfig normalArray,
ClientArrayConfig vertexArray,
int start,
int end,
ShortBuffer indices,
String[] bones)
GeometryConfig.SkinnedIndexedStored
public GeometryConfig.SkinnedIndexedStored()
getBoneMatrices
public Matrix4f[] getBoneMatrices(Scope scope)
- Description copied from class:
GeometryConfig.Stored
- Returns the matrices of the bones influencing this geometry, if any.
- Overrides:
getBoneMatrices in class GeometryConfig.Stored
Copyright © 2011. All Rights Reserved.