Class PZGLUtil

java.lang.Object
zombie.core.opengl.PZGLUtil

public class PZGLUtil extends Object
  • Constructor Details

    • PZGLUtil

      public PZGLUtil()
  • Method Details

    • checkGLErrorThrow

      public static void checkGLErrorThrow(String string, Object... objects) throws OpenGLException
      Throws:
      OpenGLException
    • checkGLError

      public static boolean checkGLError(boolean boolean0)
    • InitGLDebugging

      public static void InitGLDebugging()
    • printGLState

      public static void printGLState(PrintStream printStream)
    • loadMatrix

      public static void loadMatrix(Matrix4f matrix4f)
    • multMatrix

      public static void multMatrix(Matrix4f matrix4f)
    • loadMatrix

      public static void loadMatrix(int int0, Matrix4f matrix4f)
    • multMatrix

      public static void multMatrix(int int0, Matrix4f matrix4f)
    • pushAndLoadMatrix

      public static void pushAndLoadMatrix(int int0, Matrix4f matrix4f1)
    • pushAndMultMatrix

      public static void pushAndMultMatrix(int int0, Matrix4f matrix4f1)
    • popMatrix

      public static void popMatrix(int int0)