Last test version with GLSurface

This commit is contained in:
Paul Hunkin 2010-06-28 21:35:28 +12:00
parent 904e7b4511
commit 3ad2c1bdbf
4 changed files with 41 additions and 7 deletions

View file

@ -236,7 +236,7 @@ int drawGLScene( GLvoid )
glViewport(0, 0, SCREEN_WIDTH, SCREEN_HEIGHT);
glClearColorx(0,0,Frames,255);
glClearColorx(0,0,0,255);
glClear(GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT);
glMatrixMode(GL_PROJECTION);
@ -335,6 +335,8 @@ int drawGLScene( GLvoid )
}
}
return( TRUE );
}