|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GlContext
Provides access to the various components of the OpenGL rendering system. Not to be confused
with LWJGL's GLContext.
| Method Summary | |
|---|---|
GlApp |
getApp()
Returns a reference to the application object. |
CameraHandler |
getCameraHandler()
Returns a reference to the camera handler. |
com.threerings.media.image.ColorPository |
getColorPository()
Returns a reference to the color pository. |
Compositor |
getCompositor()
Returns a reference to the compositor. |
ConfigManager |
getConfigManager()
Returns a reference to the configuration manager. |
ImageCache |
getImageCache()
Returns a reference to the image cache. |
com.threerings.util.MessageManager |
getMessageManager()
Returns a reference to the message manager. |
Renderer |
getRenderer()
Returns a reference to the renderer. |
com.threerings.resource.ResourceManager |
getResourceManager()
Returns a reference to the resource manager. |
DynamicScope |
getScope()
Returns a reference to the scope. |
ShaderCache |
getShaderCache()
Returns a reference to the shader cache. |
void |
makeCurrent()
Makes the OpenGL context current. |
void |
setCameraHandler(CameraHandler camhand)
Sets the camera handler reference. |
void |
setRenderer(Renderer renderer)
Sets the renderer reference. |
| Methods inherited from interface com.threerings.openal.util.AlContext |
|---|
getClipProvider, getSoundManager |
| Method Detail |
|---|
GlApp getApp()
DynamicScope getScope()
getScope in interface AlContextvoid makeCurrent()
void setRenderer(Renderer renderer)
Renderer getRenderer()
Compositor getCompositor()
void setCameraHandler(CameraHandler camhand)
CameraHandler getCameraHandler()
com.threerings.resource.ResourceManager getResourceManager()
getResourceManager in interface AlContextgetResourceManager in interface EditorContextcom.threerings.util.MessageManager getMessageManager()
getMessageManager in interface EditorContextConfigManager getConfigManager()
getConfigManager in interface AlContextgetConfigManager in interface EditorContextcom.threerings.media.image.ColorPository getColorPository()
getColorPository in interface EditorContextImageCache getImageCache()
ShaderCache getShaderCache()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||