Class Mesh.Face
java.lang.Object
foundry.veil.api.client.necromancer.render.mesh.Mesh.Face
- Enclosing class:
Mesh
-
Field Summary
Modifier and TypeFieldDescriptionprotected final org.joml.Vector3f
protected final Mesh.UV[]
protected final Mesh.Vertex[]
-
Constructor Summary
ModifierConstructorDescriptionprotected
Face
(Mesh.Vertex[] vertices, Mesh.UV[] uvs, org.joml.Vector3f normal) 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) -
Method Summary
-
Field Details
-
vertices
-
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
-