Uses of Class
com.openinventor.inventor.devices.SoGLContext
Packages that use SoGLContext
Package
Description
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
Open Inventor supported devices.
Viewer components contains helpful tools to implement a custom viewer.
-
Uses of SoGLContext in com.openinventor.inventor
Constructors in com.openinventor.inventor with parameters of type SoGLContextModifierConstructorDescriptionSoOffscreenRenderArea
(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 SoGLContextModifier and TypeMethodDescriptionstatic 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 SoGLContextModifierConstructorDescriptionSoGLContext
(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 SoGLContextModifier and TypeFieldDescriptionfinal SoGLContext
SbGLShareContext.shareContext
Handle on OpenGL context.Methods in com.openinventor.inventor.helpers that return SoGLContextConstructors in com.openinventor.inventor.helpers with parameters of type SoGLContext -
Uses of SoGLContext in com.openinventor.inventor.nodes
Methods in com.openinventor.inventor.nodes with parameters of type SoGLContextModifier and TypeMethodDescriptionvoid
SoRenderToTextureProperty.setContextForSharing
(SoGLContext name_20389) Deprecated.As of Open Inventor 10.0.0.0. -
Uses of SoGLContext in com.openinventor.inventor.viewercomponents
Constructors in com.openinventor.inventor.viewercomponents with parameters of type SoGLContextModifierConstructorDescriptionSoRenderAreaCore
(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 SoGLContextModifier and TypeMethodDescriptionRenderArea.getGLContext()
Gets the OpenGL context associated with the renderArea.