Uses of Enum Class
com.blackrook.gloop.opengl.enums.MatrixMode
Packages that use MatrixMode
Package
Description
Contains encapsulated OpenGL enum values.
Contains OpenGL 1.X implementations.
Contains OpenGL 2.X implementations.
Contains OpenGL 3.X implementations.
-
Uses of MatrixMode in com.blackrook.gloop.opengl.enums
Subclasses with type arguments of type MatrixMode in com.blackrook.gloop.opengl.enumsMethods in com.blackrook.gloop.opengl.enums that return MatrixModeModifier and TypeMethodDescriptionstatic MatrixModeReturns the enum constant of this class with the specified name.static MatrixMode[]MatrixMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MatrixMode in com.blackrook.gloop.opengl.gl1
Methods in com.blackrook.gloop.opengl.gl1 with parameters of type MatrixModeModifier and TypeMethodDescriptionvoidOGL11Graphics.matrixGet(MatrixMode matrixType, float[] outArray) Reads a current matrix into an array.voidOGL11Graphics.matrixGet(MatrixMode matrixType, Matrix4F matrix) Reads a current matrix into a matrix.voidOGL11Graphics.matrixMode(MatrixMode mode) Sets the current matrix for matrix operations. -
Uses of MatrixMode in com.blackrook.gloop.opengl.gl2
Methods in com.blackrook.gloop.opengl.gl2 with parameters of type MatrixModeModifier and TypeMethodDescriptionvoidOGL20Graphics.setProgramUniformMatrix4(int locationId, MatrixMode matrixMode) Sets a uniform matrix (mat4) value on the currently-bound program using a matrix in the matrix stack. -
Uses of MatrixMode in com.blackrook.gloop.opengl.gl3
Methods in com.blackrook.gloop.opengl.gl3 with parameters of type MatrixModeModifier and TypeMethodDescriptionvoidOGL30Graphics.matrixGet(MatrixMode matrixType, float[] outArray) voidOGL30Graphics.matrixGet(MatrixMode matrixType, Matrix4F matrix) voidOGL30Graphics.matrixMode(MatrixMode mode) voidOGL30Graphics.setProgramUniformMatrix4(int locationId, MatrixMode matrixMode) Sets a uniform matrix (mat4) value on the currently-bound program using a matrix in the matrix stack.