SoGLDisplayListClose Method |
For DISPLAY_LIST objects, closes the display list (calls glEndList).
Namespace: OIV.Inventor.OglObjects
Returns false if display list cannot be closed properly. If the display mode is COMPILE_AND_EXECUTE , the display list will automatically be invoked, else use the call() method to invoke it. COMPILE_AND_EXECUTE is the default, see the setCompileAndExecute() method.
For other object types, does nothing.