Uses of Class
com.openinventor.inventor.helpers.SbGLShareContext
Packages that use SbGLShareContext
Package
Description
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
-
Uses of SbGLShareContext in com.openinventor.inventor
Methods in com.openinventor.inventor with parameters of type SbGLShareContextModifier and TypeMethodDescriptionvoid
SoSceneManager.setShareContext
(SbGLShareContext sc) Calls setShareContext(sc, true).void
SoSceneManager.setShareContext
(SbGLShareContext sc, boolean issc) Sets the OpenGL context to be shared by the scene manager. -
Uses of SbGLShareContext in com.openinventor.inventor.helpers
Methods in com.openinventor.inventor.helpers that return SbGLShareContextModifier and TypeMethodDescriptionstatic SbGLShareContext[]
SbGLShareContext.toArray
(long nativeArray, long length) Methods in com.openinventor.inventor.helpers with parameters of type SbGLShareContextConstructors in com.openinventor.inventor.helpers with parameters of type SbGLShareContext -
Uses of SbGLShareContext in com.openinventor.inventor.mpeg
Methods in com.openinventor.inventor.mpeg that return SbGLShareContextModifier and TypeMethodDescriptionSoMPEGRenderer.getShareContext()
Gets the OpenGL context shared by this object.Methods in com.openinventor.inventor.mpeg with parameters of type SbGLShareContextModifier and TypeMethodDescriptionvoid
SoMPEGRenderer.setShareContext
(SbGLShareContext shareCxt) Sets the OpenGL context to be shared by theSoMPEGRenderer
.