public interface IDrawer
GLRenderer.onDrawFrame(GL10)
to handle
the actual drawing logic.Modifier and Type | Method and Description |
---|---|
void |
draw()
Where the rendering code should be written.
|
void |
update(android.os.Bundle args)
Where internals should be updated, typically before a new rendering frame.
|