类 ModelPart.Vertex

java.lang.Object
net.minecraft.client.model.geom.ModelPart.Vertex
封闭类:
ModelPart

static class ModelPart.Vertex extends Object
  • 字段详细资料

    • pos

      public final org.joml.Vector3f pos
    • u

      public final float u
    • v

      public final float v
  • 构造器详细资料

    • Vertex

      public Vertex(float pX, float pY, float pZ, float pU, float pV)
    • Vertex

      public Vertex(org.joml.Vector3f pPos, float pU, float pV)
  • 方法详细资料