gllist.h File Reference
OpenGL list node.
More...
#include <lescegra/sg/node.h>
Include dependency graph for gllist.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Detailed Description
OpenGL list node.
Define Documentation
| #define LsgGLList_clean |
( |
self |
|
) |
LsgNode_clean(&(self)->super)
|
|
|
|
Clean this node. Reuse parent implementation. |
| #define LsgGLList_update |
( |
self, |
|
|
now |
|
) |
LsgNode_update(&(self)->super, now)
|
|
|
|
Update this node. Reuse parent implementation. |
Function Documentation
|
|
Constructor method for LsgGLList. Create a new and initially empty OpenGL list. - Parameters:
-
| self | The instance variable |
|
|
|
Call the OpenGL list. - Parameters:
-
| self | The instance variable |
| frustum | The viewing frustum |
|
|
|
Destructor method for LsgGLList. Destroy the OpenGL list. - Parameters:
-
| self | The instance variable |
|