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
Modifier and TypeFieldDescriptionprivate final Matrix4f
private final IVertexBuilder
private int
private final Matrix3f
private float
private float
private float
private int
private int
private float
private float
private float
Fields inherited from class com.mojang.blaze3d.vertex.DefaultColorVertexBuilder
defaultA, defaultB, defaultColorSet, defaultG, defaultR
Fields inherited from interface com.mojang.blaze3d.vertex.IVertexBuilder
LOGGER
-
Constructor Summary
ConstructorDescriptionMatrixApplyingVertexBuilder
(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_) void
normal
(float p_225584_1_, float p_225584_2_, float p_225584_3_) overlayCoords
(int p_225585_1_, int p_225585_2_) private void
uv
(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
defaultColor
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraftforge.client.extensions.IForgeVertexBuilder
addVertexData, addVertexData, addVertexData, addVertexData, applyBakedLighting, applyBakedNormals, getVertexBuilder
Methods 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
-