Private Members
- void resize()
- void unrefall()
Synopsis
When GLPixelCanvas::newList() is called, a GLPCDisplayList is created
to hold all the GLPCDisplayListEntrys that are created. A GLPCDisplayList
can also hold other GLPCDisplayLists (drawList called inside a list).
Member Description
Amount by which to increment the list of display lists when
it fills up.
GLPCDisplayList(const char *name=NULL, uInt sizeincr=GLPCDisplayList::DefaultSizeIncrement)
Copy a display list's list.
Append another element to list.
virtual void call(Bool force=False, uInt spaces=0)
Run the current list.
void translate(Float xt, Float yt, Float zt=0.0)
Translate the list.
Set translation values. New values are added to current.
void translation(Float &xo, Float &yo)const
Return current translation
void translation(Float &xo, Float &yo, Float &zo)const
Return/Set amount to increase id list by.