Package jgl
Class Util
- java.lang.Object
-
- jgl.Util
-
public class Util extends Object
-
-
Constructor Summary
Constructors Constructor Description Util()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BufferedImage
debugDepthBufferToBufferedImage(GL gl)
static BufferedImage
debugDepthBufferToBufferedImage(GL gl, String depthBufferOutput)
static void
debugWriteImageTo(GL gl, String file)
-
-
-
Method Detail
-
debugDepthBufferToBufferedImage
public static BufferedImage debugDepthBufferToBufferedImage(GL gl, String depthBufferOutput)
-
debugDepthBufferToBufferedImage
public static BufferedImage debugDepthBufferToBufferedImage(GL gl)
-
-