Class OctreeDebugRenderer
java.lang.Object
net.minecraft.client.renderer.debug.OctreeDebugRenderer
- All Implemented Interfaces:
DebugRenderer.SimpleDebugRenderer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidemitGizmos(double camX, double camY, double camZ, DebugValueAccess debugValues, Frustum frustum, float partialTicks) private static floatgetColorComponent(long size, float multiplier) private voidrenderNode(Octree.Node node, int depth, boolean fullyVisible, org.apache.commons.lang3.mutable.MutableInt count, boolean isClose)
-
Field Details
-
minecraft
-
-
Constructor Details
-
OctreeDebugRenderer
-
-
Method Details
-
emitGizmos
public void emitGizmos(double camX, double camY, double camZ, DebugValueAccess debugValues, Frustum frustum, float partialTicks) - Specified by:
emitGizmosin interfaceDebugRenderer.SimpleDebugRenderer
-
renderNode
private void renderNode(Octree.Node node, int depth, boolean fullyVisible, org.apache.commons.lang3.mutable.MutableInt count, boolean isClose) -
getColorComponent
private static float getColorComponent(long size, float multiplier)
-