Uses of Class
com.openinventor.inventor.devices.SoGLFormat
-
Packages that use SoGLFormat Package Description com.openinventor.inventor.devices Open Inventor supported devices. -
-
Uses of SoGLFormat in com.openinventor.inventor.devices
Methods in com.openinventor.inventor.devices that return SoGLFormat Modifier and Type Method Description static SoGLFormat
SoGLFormat. getDefaultFormat()
Returns the default format used.SoGLFormat
SoGLContext. getFormat()
Returns theSoGLFormat
associated to theSoGLContext
.SoGLFormat
SoGLFormat. getNearest()
Returns the supported format which is the nearest available on this system.Constructors in com.openinventor.inventor.devices with parameters of type SoGLFormat Constructor Description SoGLFormat(SoGLFormat refFormat)
Constructor that initializes the format from the specified one.
-