KudanAR - Android
ARSurfaceRenderer Class Reference
+ 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)
 

Detailed Description

A class that implements the GLSurfaceView.Renderer. Used for rendering each frame.

Constructor & Destructor Documentation

ARSurfaceRenderer ( ARView  view)
inline

Initialises ARSurfaceRenderer with its corresponding ARView.

Parameters
viewThe ARView being rendered to.

Member Function Documentation

void onDrawFrame ( GL10  gl)
inline

GLSurfaceView.Renderer abstract method.

Parameters
gl
void onSurfaceChanged ( GL10  gl,
int  width,
int  height 
)
inline

GLSurfaceView.Renderer abstract method.

Parameters
gl
width
height
void onSurfaceCreated ( GL10  gl,
EGLConfig  config 
)
inline

GLSurfaceView.Renderer abstract method.

Parameters
gl
config

The documentation for this class was generated from the following file: