Class NormalizedFace
java.lang.Object
com.pixelmonmod.pixelmon.client.models.smd.NormalizedFace
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.joml.Vector3f
protected org.joml.Vector4f
protected TextureCoordinate[]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addFaceForRender
(org.joml.Matrix4f pose, org.joml.Matrix3f normal, com.mojang.blaze3d.vertex.VertexConsumer bufferBuilder, int packedLight, int packedOverlay, int color, SmdModel body)
-
Field Details
-
vertices
-
textureCoordinates
-
cachedNormal
protected org.joml.Vector3f cachedNormal -
cachedPosition
protected org.joml.Vector4f cachedPosition
-
-
Constructor Details
-
NormalizedFace
-
-
Method Details
-
addFaceForRender
public void addFaceForRender(org.joml.Matrix4f pose, org.joml.Matrix3f normal, com.mojang.blaze3d.vertex.VertexConsumer bufferBuilder, int packedLight, int packedOverlay, int color, SmdModel body)
-