|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.eside.flingbox.graphics.RenderBody
public abstract class RenderBody
Renderizable interface witch should be
implemented by on scene bodys to be rendered.
| Constructor Summary | |
|---|---|
RenderBody()
|
|
| Method Summary | |
|---|---|
abstract boolean |
onRender(GL10 gl)
Called when object has to be rendered. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RenderBody()
| Method Detail |
|---|
public abstract boolean onRender(GL10 gl)
gl - OpenGL's space
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||