|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.opengl.renderer.DisplayList
public class DisplayList
An OpenGL display list.
| Constructor Summary | |
|---|---|
DisplayList(Renderer renderer)
Creates a new display list for the specified renderer. |
|
| Method Summary | |
|---|---|
void |
begin()
Starts recording OpenGL calls for this list. |
void |
call()
Calls this display list. |
void |
delete()
Deletes this list, rendering it unusable. |
void |
end()
Stops recording OpenGL calls for this list. |
int |
getId()
Returns this list's OpenGL identifier. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DisplayList(Renderer renderer)
| Method Detail |
|---|
public final int getId()
public void begin()
public void end()
public void call()
public void delete()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||