public class MrRenderer
extends java.lang.Object
Constructor and Description |
---|
MrRenderer() |
Modifier and Type | Method and Description |
---|---|
MrSceneTreeController |
getController() |
int |
getFPS() |
boolean |
isInitialized() |
void |
onDrawFrame(GL10 gl10) |
void |
onDrawFrame2(GL10 gl10) |
void |
onDrawFrame3(GL10 gl10) |
void |
onSurfaceChanged(GL10 gl10,
int width,
int height) |
void |
onSurfaceCreated(GL10 gl10,
EGLConfig eglConfig) |
void |
setController(MrSceneTreeController controller) |
void |
setFPS(int FPS) |
public MrSceneTreeController getController()
public void setController(MrSceneTreeController controller)
public boolean isInitialized()
public int getFPS()
public void setFPS(int FPS)
public void onSurfaceCreated(GL10 gl10, EGLConfig eglConfig)
public void onSurfaceChanged(GL10 gl10, int width, int height)
public void onDrawFrame(GL10 gl10)
public void onDrawFrame2(GL10 gl10)
public void onDrawFrame3(GL10 gl10)