public class Window
extends Object
-
Constructor Summary
Constructors
Window(int pwidth,
int pheight,
String ptitle,
boolean recalculateProjectionOnResize)
Window(int pwidth,
int pheight,
String ptitle,
boolean fullscreen,
float minSceneLighting,
boolean recalculateProjectionOnResize)
Window(int pwidth,
int pheight,
String ptitle,
float minSceneLighting,
boolean recalculateProjectionOnResize)
Window(String ptitle,
boolean recalculateProjectionOnResize)
Window(String ptitle,
float minSceneLighting,
boolean recalculateProjectionOnResize)
-
Method Summary
float
static int
static int
static long
void
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Window
public Window(int pwidth,
int pheight,
String ptitle,
boolean fullscreen,
float minSceneLighting,
boolean recalculateProjectionOnResize)
-
Window
public Window(String ptitle,
float minSceneLighting,
boolean recalculateProjectionOnResize)
-
Window
public Window(int pwidth,
int pheight,
String ptitle,
float minSceneLighting,
boolean recalculateProjectionOnResize)
-
Window
public Window(int pwidth,
int pheight,
String ptitle,
boolean recalculateProjectionOnResize)
-
Window
public Window(String ptitle,
boolean recalculateProjectionOnResize)
-
-
Method Details
-
getFPS
public float getFPS()
-
-
getHeight
public static int getHeight()
-
getWidth
public static int getWidth()
-
glfwWindow
public static long glfwWindow()
-
setTitle
public void setTitle(String title)
-
showWindow
public void showWindow()
-
currentScene
public Scene currentScene()
-