Package com.mojang.blaze3d.vertex
Class MatrixApplyingVertexBuilder
java.lang.Object
com.mojang.blaze3d.vertex.DefaultColorVertexBuilder
com.mojang.blaze3d.vertex.MatrixApplyingVertexBuilder
- All Implemented Interfaces:
IVertexBuilder,IForgeVertexBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Matrix4fprivate final IVertexBuilderprivate intprivate final Matrix3fprivate floatprivate floatprivate floatprivate intprivate intprivate floatprivate floatprivate floatFields inherited from class com.mojang.blaze3d.vertex.DefaultColorVertexBuilder
defaultA, defaultB, defaultColorSet, defaultG, defaultRFields inherited from interface com.mojang.blaze3d.vertex.IVertexBuilder
LOGGER -
Constructor Summary
ConstructorsConstructorDescriptionMatrixApplyingVertexBuilder(IVertexBuilder p_i241245_1_, Matrix4f p_i241245_2_, Matrix3f p_i241245_3_) -
Method Summary
Modifier and TypeMethodDescriptioncolor(int p_225586_1_, int p_225586_2_, int p_225586_3_, int p_225586_4_) voidnormal(float p_225584_1_, float p_225584_2_, float p_225584_3_) overlayCoords(int p_225585_1_, int p_225585_2_) private voiduv(float p_225583_1_, float p_225583_2_) uv2(int p_225587_1_, int p_225587_2_) vertex(double p_225582_1_, double p_225582_3_, double p_225582_5_) Methods inherited from class com.mojang.blaze3d.vertex.DefaultColorVertexBuilder
defaultColorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraftforge.client.extensions.IForgeVertexBuilder
addVertexData, addVertexData, addVertexData, addVertexData, applyBakedLighting, applyBakedNormals, getVertexBuilderMethods inherited from interface com.mojang.blaze3d.vertex.IVertexBuilder
color, normal, overlayCoords, putBulkData, putBulkData, uv2, vertex, vertex
-
Field Details
-
delegate
-
cameraInversePose
-
normalInversePose
-
x
private float x -
y
private float y -
z
private float z -
overlayU
private int overlayU -
overlayV
private int overlayV -
lightCoords
private int lightCoords -
nx
private float nx -
ny
private float ny -
nz
private float nz
-
-
Constructor Details
-
MatrixApplyingVertexBuilder
public MatrixApplyingVertexBuilder(IVertexBuilder p_i241245_1_, Matrix4f p_i241245_2_, Matrix3f p_i241245_3_)
-
-
Method Details
-
resetState
private void resetState() -
endVertex
public void endVertex() -
vertex
-
color
-
uv
-
overlayCoords
-
uv2
-
normal
-