Class ChunkCullingDebugRenderer
java.lang.Object
net.minecraft.client.renderer.debug.ChunkCullingDebugRenderer
- All Implemented Interfaces:
DebugRenderer.SimpleDebugRenderer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
addFrustumQuad
(VertexConsumer pBuffer, org.joml.Matrix4f pPose, org.joml.Vector4f[] pFrustumPoints, int pPoint1, int pPoint2, int pPoint3, int pPoint4, int pRed, int pGreen, int pBlue) private void
addFrustumVertex
(VertexConsumer pBuffer, org.joml.Matrix4f pPose, org.joml.Vector4f pPosition) void
render
(PoseStack p_362623_, MultiBufferSource p_361977_, double p_364318_, double p_361586_, double p_365009_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.renderer.debug.DebugRenderer.SimpleDebugRenderer
clear
-
Field Details
-
DIRECTIONS
-
minecraft
-
-
Constructor Details
-
ChunkCullingDebugRenderer
-
-
Method Details
-
render
public void render(PoseStack p_362623_, MultiBufferSource p_361977_, double p_364318_, double p_361586_, double p_365009_) - Specified by:
render
in interfaceDebugRenderer.SimpleDebugRenderer
-
addFrustumVertex
private void addFrustumVertex(VertexConsumer pBuffer, org.joml.Matrix4f pPose, org.joml.Vector4f pPosition) -
addFrustumQuad
private void addFrustumQuad(VertexConsumer pBuffer, org.joml.Matrix4f pPose, org.joml.Vector4f[] pFrustumPoints, int pPoint1, int pPoint2, int pPoint3, int pPoint4, int pRed, int pGreen, int pBlue)
-