|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.opengl.renderer.SimpleBatch.DrawCommand
com.threerings.opengl.renderer.SimpleBatch.CallList
public static class SimpleBatch.CallList
Draws the batch by calling a display list containing the geometry.
| Constructor Summary | |
|---|---|
SimpleBatch.CallList(DisplayList list,
boolean modifiesColorState,
int primitiveCount)
|
|
| Method Summary | |
|---|---|
boolean |
call()
Calls the draw command, causing the batch's primitives to be rendered. |
DisplayList |
getList()
Returns a reference to the display list. |
int |
getPrimitiveCount()
Returns the number of primitives rendered by this command. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleBatch.CallList(DisplayList list,
boolean modifiesColorState,
int primitiveCount)
| Method Detail |
|---|
public DisplayList getList()
public boolean call()
SimpleBatch.DrawCommand
call in class SimpleBatch.DrawCommandpublic int getPrimitiveCount()
SimpleBatch.DrawCommand
getPrimitiveCount in class SimpleBatch.DrawCommand
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||