![]() |
KudanAR - Android
|
Inheritance diagram for ARSurfaceRenderer:
Collaboration diagram for ARSurfaceRenderer:Public Member Functions | |
| ARSurfaceRenderer (ARView view) | |
| void | onDrawFrame (GL10 gl) |
| void | onSurfaceCreated (GL10 gl, EGLConfig config) |
| void | onSurfaceChanged (GL10 gl, int width, int height) |
A class that implements the GLSurfaceView.Renderer. Used for rendering each frame.
|
inline |
Initialises ARSurfaceRenderer with its corresponding ARView.
| view | The ARView being rendered to. |
|
inline |
GLSurfaceView.Renderer abstract method.
| gl |
|
inline |
GLSurfaceView.Renderer abstract method.
| gl | |
| width | |
| height |
|
inline |
GLSurfaceView.Renderer abstract method.
| gl | |
| config |