Class MatrixStack
java.lang.Object
zombie.core.opengl.MatrixStack
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MatrixStack
public MatrixStack(int int0)
-
-
Method Details
-
alloc
public org.joml.Matrix4f alloc() -
release
public void release(org.joml.Matrix4f matrix4f) -
push
public void push(org.joml.Matrix4f matrix4f) -
pop
public void pop() -
peek
public org.joml.Matrix4f peek() -
isEmpty
public boolean isEmpty() -
clear
public void clear()
-