back to index

DisplayList

Inheritance

Object -> DisplayList

Properties

name - 
id - 

Methods

       alloc() - allocate new display list 
       free() - free display list
       begin() - start recording a display list
       end() - finish recording a display list
       draw() - draw (recorded) display list
String getName() - return value may be modified directly
int    getId() - suitable argument to e.g. glCallList()

Example

testdisplaylist.tks

back to index