Package com.jme3.system.lwjgl
Class LwjglDisplayVR
java.lang.Object
com.jme3.system.lwjgl.LwjglContextVR
com.jme3.system.lwjgl.LwjglWindowVR
com.jme3.system.lwjgl.LwjglDisplayVR
- All Implemented Interfaces:
- JmeContext,- Runnable
A VR oriented LWJGL display.
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.jme3.system.JmeContextJmeContext.Type
- 
Field SummaryFields inherited from class com.jme3.system.lwjgl.LwjglWindowVRallowSwapBuffers, autoFlush, needClose, needRestart, wasActiveFields inherited from class com.jme3.system.lwjgl.LwjglContextVRcreated, createdLock, joyInput, keyInput, listener, mouseInput, renderable, renderer, settings, THREAD_NAME, timer
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.jme3.system.lwjgl.LwjglWindowVRcreate, createContext, deinitInThread, destroy, destroyContext, getFramebufferHeight, getFramebufferWidth, getJoyInput, getKeyInput, getMouseInput, getTouchInput, getType, getWindowHandle, getWindowXPosition, getWindowYPosition, initInThread, restart, run, runLoop, setAutoFlushFrames, setTitleMethods inherited from class com.jme3.system.lwjgl.LwjglContextVRcreate, destroy, determineMaxSamples, getNumSamplesToUse, getRenderer, getSettings, getSystemListener, getTimer, initContextFirstTime, internalCreate, internalDestroy, isCreated, isRenderable, isRetinaDisplay, loadNatives, printContextInitInfo, setSettings, setSystemListener, waitFor
- 
Constructor Details- 
LwjglDisplayVRpublic LwjglDisplayVR()Create a new VR oriented LWJGL display.
 
- 
- 
Method Details- 
getOpenCLContext- Returns:
- The OpenCL context if available.
 
 
-