Package zombie.core.opengl
Class PZGLUtil
java.lang.Object
zombie.core.opengl.PZGLUtil
public class PZGLUtil
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description PZGLUtil()
-
Method Summary
Modifier and Type Method Description static boolean
checkGLError(boolean boolean1)
static void
checkGLErrorThrow(java.lang.String string, java.lang.Object[] objectArray)
static void
loadMatrix(int int1, Matrix4f matrix4f)
static void
loadMatrix(Matrix4f matrix4f)
static void
multMatrix(int int1, Matrix4f matrix4f)
static void
multMatrix(Matrix4f matrix4f)
static void
popMatrix(int int1)
static void
printGLState(java.io.PrintStream printStream)
static void
pushAndLoadMatrix(int int1, Matrix4f matrix4f)
static void
pushAndMultMatrix(int int1, Matrix4f matrix4f)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PZGLUtil
public PZGLUtil()
-
-
Method Details
-
checkGLErrorThrow
public static void checkGLErrorThrow(java.lang.String string, java.lang.Object[] objectArray) throws OpenGLException- Throws:
OpenGLException
-
checkGLError
public static boolean checkGLError(boolean boolean1) -
printGLState
public static void printGLState(java.io.PrintStream printStream) -
loadMatrix
-
multMatrix
-
loadMatrix
-
multMatrix
-
pushAndLoadMatrix
-
pushAndMultMatrix
-
popMatrix
public static void popMatrix(int int1)
-