java.lang.Object
com.pixelmonmod.pixelmon.client.models.smd.Bone

public class Bone extends Object
  • Field Details

    • name

      public String name
    • ID

      public int ID
    • parent

      public Bone parent
    • owner

      protected SmdModel owner
    • rest

      protected org.joml.Matrix4f rest
    • restInverted

      protected org.joml.Matrix4f restInverted
    • modified

      public org.joml.Matrix4f modified
    • children

      public ArrayList<Bone> children
    • empty

      public boolean empty
    • verts

      public HashMap<DeformVertex,Float> verts
  • Constructor Details

  • Method Details

    • getWorldTransform

      public org.joml.Matrix4f getWorldTransform()
    • setRest

      public void setRest(org.joml.Matrix4f resting)
    • addChild

      public void addChild(Bone child)
    • addVertex

      public void addVertex(DeformVertex v, float weight)
    • reformChildren

      public void reformChildren()
    • setAndApplyModified

      public void setAndApplyModified(int renderCount)
    • applyModified

      public void applyModified(int renderCount)