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[] objectArray) throws OpenGLException
      Throws:
      OpenGLException
    • checkGLError

      public static boolean checkGLError(boolean boolean1)
    • 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 int1, Matrix4f matrix4f)
    • multMatrix

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

      public static void pushAndLoadMatrix(int int1, Matrix4f matrix4f)
    • pushAndMultMatrix

      public static void pushAndMultMatrix(int int1, Matrix4f matrix4f)
    • popMatrix

      public static void popMatrix(int int1)