java.lang.Object
foundry.veil.api.client.necromancer.render.mesh.Mesh.Face
Enclosing class:
Mesh

protected static class Mesh.Face extends Object
  • Field Details

    • vertices

      protected final Mesh.Vertex[] vertices
    • uvs

      protected final Mesh.UV[] uvs
    • normal

      protected final org.joml.Vector3f normal
  • Constructor Details

    • Face

      protected Face(Mesh.Vertex a, Mesh.Vertex b, Mesh.Vertex c, Mesh.Vertex d, float u0, float v0, float u1, float v1, float textureWidth, float textureHeight, boolean mirrored, net.minecraft.core.Direction pDirection)
    • Face

      protected Face(Mesh.Vertex[] vertices, Mesh.UV[] uvs, org.joml.Vector3f normal)