Package com.jme3.system.lwjgl
Class LwjglOffscreenBufferVR
java.lang.Object
com.jme3.system.lwjgl.LwjglContext
com.jme3.system.lwjgl.LwjglWindow
com.jme3.system.lwjgl.LwjglOffscreenBufferVR
- All Implemented Interfaces:
JmeContext
,Runnable
A VR oriented LWJGL offscreen buffer.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.jme3.system.JmeContext
JmeContext.Type
-
Field Summary
Fields inherited from class com.jme3.system.lwjgl.LwjglWindow
allowSwapBuffers, autoFlush, needClose, needRestart, wasActive
Fields inherited from class com.jme3.system.lwjgl.LwjglContext
clContext, clPlatform, created, createdLock, joyInput, keyInput, listener, mouseInput, renderable, renderer, settings, THREAD_NAME, timer
-
Constructor Summary
-
Method Summary
Methods inherited from class com.jme3.system.lwjgl.LwjglWindow
create, createContext, deinitInThread, destroy, destroyContext, getFramebufferHeight, getFramebufferWidth, getJoyInput, getKeyInput, getMouseInput, getTouchInput, getType, getWindowContentScale, getWindowHandle, getWindowXPosition, getWindowYPosition, initInThread, registerWindowSizeListener, removeWindowSizeListener, restart, run, runLoop, setAutoFlushFrames, setTitle, setWindowIcon, showWindow
Methods inherited from class com.jme3.system.lwjgl.LwjglContext
create, createContextAttribs, destroy, determineMaxSamples, getGLVersion, getNumSamplesToUse, getOpenCLContext, getRenderer, getSettings, getSystemListener, getTimer, initContextFirstTime, initOpenCL, internalCreate, internalDestroy, isCreated, isRenderable, loadNatives, printContextInitInfo, reinitContext, setSettings, setSystemListener, waitFor
-
Constructor Details
-
LwjglOffscreenBufferVR
public LwjglOffscreenBufferVR()Create a new VR oriented LWJGL offscreen buffer.
-