Class DeformVertex

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

public class DeformVertex extends Object
  • Field Details

    • baseLoc

      protected final org.joml.Vector4f baseLoc
    • currentLocMod

      protected org.joml.Vector4f currentLocMod
    • baseNormal

      protected final org.joml.Vector3f baseNormal
    • currentNormalMod

      protected org.joml.Vector3f currentNormalMod
    • rendered

      protected boolean rendered
    • storage

      protected org.joml.Vector4f storage
    • storageNorm

      protected org.joml.Vector3f storageNorm
    • u

      protected float u
    • v

      protected float v
    • ID

      public final int ID
    • id2

      public int id2
    • lastCount

      public int lastCount
  • Constructor Details

    • DeformVertex

      public DeformVertex(DeformVertex vertex)
    • DeformVertex

      public DeformVertex(float x, float y, float z, float xn, float yn, float zn, int ID, float u, float v)
  • Method Details

    • applyModified

      public void applyModified(Bone bone, int renderCount, float weight)
    • equals

      public boolean equals(float x, float y, float z, float u, float v)
    • getCurrentLocation

      public org.joml.Vector4f getCurrentLocation()
    • getCurrentNormal

      public org.joml.Vector3f getCurrentNormal()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object