public class Skin extends GlTFChildOfRootProperty
| Constructor and Description |
|---|
Skin() |
| Modifier and Type | Method and Description |
|---|---|
void |
addJointNames(java.lang.String element)
Add the given jointNames.
|
float[] |
defaultBindShapeMatrix()
Returns the default value of the bindShapeMatrix
|
float[] |
getBindShapeMatrix()
Floating-point 4x4 transformation matrix stored in column-major order.
|
java.lang.String |
getInverseBindMatrices()
The ID of the accessor containing the floating-point 4x4 inverse-bind
matrices.
|
java.util.List<java.lang.String> |
getJointNames()
Joint names of the joints (nodes with a `jointName` property) in this
skin.
|
void |
removeJointNames(java.lang.String element)
Remove the given jointNames.
|
void |
setBindShapeMatrix(float[] bindShapeMatrix)
Floating-point 4x4 transformation matrix stored in column-major order.
|
void |
setInverseBindMatrices(java.lang.String inverseBindMatrices)
The ID of the accessor containing the floating-point 4x4 inverse-bind
matrices.
|
void |
setJointNames(java.util.List<java.lang.String> jointNames)
Joint names of the joints (nodes with a `jointName` property) in this
skin.
|
getName, setNameaddExtensions, getExtensions, getExtras, removeExtensions, setExtensions, setExtraspublic void setBindShapeMatrix(float[] bindShapeMatrix)
bindShapeMatrix - The bindShapeMatrix to setjava.lang.IllegalArgumentException - If the given value does not meet
the given constraintspublic float[] getBindShapeMatrix()
public float[] defaultBindShapeMatrix()
getBindShapeMatrix()public void setInverseBindMatrices(java.lang.String inverseBindMatrices)
inverseBindMatrices - The inverseBindMatrices to setjava.lang.NullPointerException - If the given value is nullpublic java.lang.String getInverseBindMatrices()
public void setJointNames(java.util.List<java.lang.String> jointNames)
jointNames - The jointNames to setjava.lang.NullPointerException - If the given value is nullpublic java.util.List<java.lang.String> getJointNames()
public void addJointNames(java.lang.String element)
element - The elementjava.lang.NullPointerException - If the given element is nullpublic void removeJointNames(java.lang.String element)
element - The elementjava.lang.NullPointerException - If the given element is nullCopyright © 2024. All Rights Reserved.