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