public class Skin extends GlTFChildOfRootProperty
| Constructor and Description |
|---|
Skin() |
| Modifier and Type | Method and Description |
|---|---|
void |
addJoints(java.lang.Integer element)
Add the given joints.
|
java.lang.Integer |
getInverseBindMatrices()
The index of the accessor containing the floating-point 4x4
inverse-bind matrices.
|
java.util.List<java.lang.Integer> |
getJoints()
Indices of skeleton nodes, used as joints in this skin.
|
java.lang.Integer |
getSkeleton()
The index of the node used as a skeleton root.
|
void |
removeJoints(java.lang.Integer element)
Remove the given joints.
|
void |
setInverseBindMatrices(java.lang.Integer inverseBindMatrices)
The index of the accessor containing the floating-point 4x4
inverse-bind matrices.
|
void |
setJoints(java.util.List<java.lang.Integer> joints)
Indices of skeleton nodes, used as joints in this skin.
|
void |
setSkeleton(java.lang.Integer skeleton)
The index of the node used as a skeleton root.
|
getName, setNameaddExtensions, getExtensions, getExtras, removeExtensions, setExtensions, setExtraspublic void setInverseBindMatrices(java.lang.Integer inverseBindMatrices)
inverseBindMatrices - The inverseBindMatrices to setpublic java.lang.Integer getInverseBindMatrices()
public void setSkeleton(java.lang.Integer skeleton)
skeleton - The skeleton to setpublic java.lang.Integer getSkeleton()
public void setJoints(java.util.List<java.lang.Integer> joints)
joints - The joints to setjava.lang.NullPointerException - If the given value is nulljava.lang.IllegalArgumentException - If the given value does not meet
the given constraintspublic java.util.List<java.lang.Integer> getJoints()
public void addJoints(java.lang.Integer element)
element - The elementjava.lang.NullPointerException - If the given element is nullpublic void removeJoints(java.lang.Integer element)
element - The elementjava.lang.NullPointerException - If the given element is nullCopyright © 2024. All Rights Reserved.