Package com.openinventor.inventor.errors
Class SoGLError
java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.inventor.errors.SoError
com.openinventor.inventor.errors.SoGLError
OpenGL rendering error handling.
See
SoGLError is used for errors reported by the OpenGL render engine. See
SoError for full discussion of error handling in Open Inventor.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand -
Field Summary
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidPosts an error.static voidSets the handler for SoGLError class.Methods inherited from class com.openinventor.inventor.errors.SoError
getDebugString, post, setHandlerCallbackMethods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
Constructor Details
-
SoGLError
public SoGLError()Default constructor.
-
-
Method Details
-
setHandlerCallback
Sets the handler for SoGLError class. -
post
Posts an error.
-