Class DebugFrustumRenderer

java.lang.Object
foundry.veil.api.client.util.DebugFrustumRenderer

public class DebugFrustumRenderer extends Object
Draws any arbitrary view frustum.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static 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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)