Uses of Class
com.openinventor.inventor.devices.SoGLDevice
-
Packages that use SoGLDevice Package Description com.openinventor.inventor.devices Open Inventor supported devices. -
-
Uses of SoGLDevice in com.openinventor.inventor.devices
Methods in com.openinventor.inventor.devices that return SoGLDevice Modifier and Type Method Description static SoGLDevice
SoGLDevice. findFirstAvailableDevice()
Returns the first available device found in the system.static SoGLDevice
SoGLDevice. getDevice(int index)
Returns theSoGLDevice
indicated by index (starting from 0).SoGLDevice
SoGLScreenDevice. getGLDevice()
Returns theSoGLDevice
object on which the device is connected.
-