Uses of Class
com.openinventor.inventor.devices.SoGLBufferObject.BufferObjectTargets
-
Packages that use SoGLBufferObject.BufferObjectTargets Package Description com.openinventor.inventor.devices Open Inventor supported devices. -
-
Uses of SoGLBufferObject.BufferObjectTargets in com.openinventor.inventor.devices
Methods in com.openinventor.inventor.devices that return SoGLBufferObject.BufferObjectTargets Modifier and Type Method Description SoGLBufferObject.BufferObjectTargets
SoGLBufferObject. getTarget()
Returns the current buffer target.static SoGLBufferObject.BufferObjectTargets
SoGLBufferObject.BufferObjectTargets. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoGLBufferObject.BufferObjectTargets
SoGLBufferObject.BufferObjectTargets. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoGLBufferObject.BufferObjectTargets[]
SoGLBufferObject.BufferObjectTargets. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor.devices with parameters of type SoGLBufferObject.BufferObjectTargets Modifier and Type Method Description void
SoGLBufferObject. setTarget(SoGLBufferObject.BufferObjectTargets target)
Specify the buffer target, which defines possible usage of the buffer.
-