mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-13 10:00:19 -07:00
Identified Class114 as DisplayMode, reorganized some static methods
This commit is contained in:
parent
5f4a83c394
commit
c988509e8e
139 changed files with 1209 additions and 1383 deletions
|
|
@ -4,6 +4,7 @@ import com.jogamp.opengl.GL2;
|
|||
import com.jogamp.opengl.GLContext;
|
||||
import com.jogamp.opengl.util.GLBuffers;
|
||||
import rt4.*;
|
||||
import rt4.DisplayMode;
|
||||
|
||||
import javax.imageio.ImageIO;
|
||||
import java.awt.*;
|
||||
|
|
@ -227,7 +228,7 @@ public class Playground extends GameShell {
|
|||
GlRenderer.setDepthTestEnabled(true);
|
||||
GlRenderer.enableDepthMask();
|
||||
GlRenderer.setFogEnabled(true);
|
||||
Static241.setWindowMode(false, 2, GameShell.canvasWidth, GameShell.canvasHeight);
|
||||
DisplayMode.setWindowMode(false, 2, GameShell.canvasWidth, GameShell.canvasHeight);
|
||||
orientation = 292;
|
||||
x = 100;
|
||||
z = 218;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue