Class ModelPart.Vertex

java.lang.Object
net.minecraft.client.model.geom.ModelPart.Vertex
Enclosing class:
ModelPart

static class ModelPart.Vertex extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final org.joml.Vector3f
     
    final float
     
    final float
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Vertex(float x, float y, float z, float u, float v)
     
    Vertex(org.joml.Vector3f pos, float u, float v)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    remap(float u, float v)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • pos

      public final org.joml.Vector3f pos
    • u

      public final float u
    • v

      public final float v
  • Constructor Details

    • Vertex

      public Vertex(float x, float y, float z, float u, float v)
    • Vertex

      public Vertex(org.joml.Vector3f pos, float u, float v)
  • Method Details