Package foundry.veil.api.client.util
Class DebugFrustumRenderer
java.lang.Object
foundry.veil.api.client.util.DebugFrustumRenderer
Draws any arbitrary view frustum.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
renderFrustum
(@NotNull net.minecraft.client.renderer.MultiBufferSource source, @NotNull com.mojang.blaze3d.vertex.PoseStack stack, @NotNull org.joml.Matrix4fc pose, @NotNull org.joml.Matrix4fc projection, float red, float green, float blue, float alpha)
-
Constructor Details
-
DebugFrustumRenderer
public DebugFrustumRenderer()
-
-
Method Details
-
renderFrustum
public static void renderFrustum(@NotNull @NotNull net.minecraft.client.renderer.MultiBufferSource source, @NotNull @NotNull com.mojang.blaze3d.vertex.PoseStack stack, @NotNull @NotNull org.joml.Matrix4fc pose, @NotNull @NotNull org.joml.Matrix4fc projection, float red, float green, float blue, float alpha)
-