Class Bone
java.lang.Object
com.pixelmonmod.pixelmon.client.models.smd.Bone
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addVertex
(DeformVertex v, float weight) void
applyModified
(int renderCount) org.joml.Matrix4f
void
void
setAndApplyModified
(int renderCount) void
setRest
(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)
-