Uses of Class
com.openinventor.inventor.devices.SoGLContext
-
Packages that use SoGLContext Package Description com.openinventor.inventor Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.com.openinventor.inventor.devices Open Inventor supported devices.com.openinventor.inventor.helpers com.openinventor.inventor.nodes com.openinventor.inventor.viewercomponents Viewer components contains helpful tools to implement a custom viewer.com.openinventor.remoteviz.rendering Table of Contents -
-
Uses of SoGLContext in com.openinventor.inventor
Constructors in com.openinventor.inventor with parameters of type SoGLContext Constructor Description SoOffscreenRenderArea(SoGLContext glContex)
Builds a new offscreen render area by sharing the given SoGlContext. -
Uses of SoGLContext in com.openinventor.inventor.devices
Methods in com.openinventor.inventor.devices that return SoGLContext Modifier and Type Method Description static SoGLContext
SoGLContext. getContextFromId(int id)
Returns the context corresponding to an internal id.static SoGLContext
SoGLContext. getContextFromSharedId(int sharedIdGroup)
Returns the first context that belongs to the specified sharedIdGroup.static SoGLContext
SoGLContext. getCurrent()
Calls getCurrent((boolean)false).static SoGLContext
SoGLContext. getCurrent(boolean checkGLState)
Returns the current active OpenGL context (if any).Constructors in com.openinventor.inventor.devices with parameters of type SoGLContext Constructor Description SoGLContext(SoGLContext context, boolean shared)
Constructor which creates anSoGLContext
based on the attributes of the specified context. -
Uses of SoGLContext in com.openinventor.inventor.helpers
Fields in com.openinventor.inventor.helpers declared as SoGLContext Modifier and Type Field Description SoGLContext
SbGLShareContext. shareContext
Handle on OpenGL context.Methods in com.openinventor.inventor.helpers that return SoGLContext Modifier and Type Method Description SoGLContext
SbGLShareContext. getContext()
Constructors in com.openinventor.inventor.helpers with parameters of type SoGLContext Constructor Description SbGLShareContext(SoGLContext shareContext, int shareContextID)
-
Uses of SoGLContext in com.openinventor.inventor.nodes
Methods in com.openinventor.inventor.nodes with parameters of type SoGLContext Modifier and Type Method Description void
SoRenderToTextureProperty. setContextForSharing(SoGLContext name_20876)
Deprecated.As of Open Inventor 10000. -
Uses of SoGLContext in com.openinventor.inventor.viewercomponents
Constructors in com.openinventor.inventor.viewercomponents with parameters of type SoGLContext Constructor Description SoRenderAreaCore(SoGLContext glContext)
Build a newSoRenderAreaCore
that uses an existing glContext. -
Uses of SoGLContext in com.openinventor.remoteviz.rendering
Methods in com.openinventor.remoteviz.rendering that return SoGLContext Modifier and Type Method Description SoGLContext
RenderArea. getGLContext()
Gets the OpenGL context associated with the renderArea.
-