Class Bone
java.lang.Object
com.pixelmonmod.pixelmon.client.models.smd.Bone
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddVertex(DeformVertex v, float weight) voidapplyModified(int renderCount) org.joml.Matrix4fvoidvoidsetAndApplyModified(int renderCount) voidsetRest(org.joml.Matrix4f resting)  
- 
Field Details
- 
name
 - 
ID
public int ID - 
parent
 - 
owner
 - 
rest
protected org.joml.Matrix4f rest - 
restInverted
protected org.joml.Matrix4f restInverted - 
modified
public org.joml.Matrix4f modified - 
children
 - 
empty
public boolean empty - 
verts
 
 - 
 - 
Constructor Details
- 
Bone
 - 
Bone
 
 - 
 - 
Method Details
- 
getWorldTransform
public org.joml.Matrix4f getWorldTransform() - 
setRest
public void setRest(org.joml.Matrix4f resting)  - 
addChild
 - 
addVertex
 - 
reformChildren
public void reformChildren() - 
setAndApplyModified
public void setAndApplyModified(int renderCount)  - 
applyModified
public void applyModified(int renderCount)  
 -