Package zombie.core.opengl
Class PZGLUtil
java.lang.Object
zombie.core.opengl.PZGLUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
checkGLError
(boolean boolean1) static void
checkGLErrorThrow
(String string, 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
(PrintStream printStream) static void
pushAndLoadMatrix
(int int1, Matrix4f matrix4f) static void
pushAndMultMatrix
(int int1, Matrix4f matrix4f)
-
Constructor Details
-
PZGLUtil
public PZGLUtil()
-
-
Method Details
-
checkGLErrorThrow
- Throws:
OpenGLException
-
checkGLError
public static boolean checkGLError(boolean boolean1) -
printGLState
-
loadMatrix
-
multMatrix
-
loadMatrix
-
multMatrix
-
pushAndLoadMatrix
-
pushAndMultMatrix
-
popMatrix
public static void popMatrix(int int1)
-