You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RenderSystem.pushMatrix(); //Push current transformation matrix to the stackRenderSystem.translate(0, 50, 0); //Ofset the matrix by 50 on the y axis.//Everything rendered here will be offset 50 pixels downwards when in a guiRenderSystem.popMatrix(); //Reset the matrix to the state of the last pushMatrix
Custom GUI elements should be scalable.
The text was updated successfully, but these errors were encountered: