Uses of Class
com.openinventor.inventor.helpers.SbGLShareContext
-
Packages that use SbGLShareContext Package Description com.openinventor.inventor Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.com.openinventor.inventor.helpers com.openinventor.inventor.mpeg -
-
Uses of SbGLShareContext in com.openinventor.inventor
Methods in com.openinventor.inventor with parameters of type SbGLShareContext Modifier and Type Method Description void
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 SbGLShareContext Modifier and Type Method Description static SbGLShareContext[]
SbGLShareContext. toArray(long nativeArray, long length)
Methods in com.openinventor.inventor.helpers with parameters of type SbGLShareContext Modifier and Type Method Description void
SbGLShareContext. setValue(SbGLShareContext copyFrom)
Constructors in com.openinventor.inventor.helpers with parameters of type SbGLShareContext Constructor Description SbGLShareContext(SbGLShareContext copyFrom)
-
Uses of SbGLShareContext in com.openinventor.inventor.mpeg
Methods in com.openinventor.inventor.mpeg that return SbGLShareContext Modifier and Type Method Description SbGLShareContext
SoMPEGRenderer. getShareContext()
Gets the OpenGL context shared by this object.Methods in com.openinventor.inventor.mpeg with parameters of type SbGLShareContext Modifier and Type Method Description void
SoMPEGRenderer. setShareContext(SbGLShareContext shareCxt)
Sets the OpenGL context to be shared by theSoMPEGRenderer
.
-