istereo

diff src/istereo.c @ 5:76ad575d72d0

trying to make it fucking work
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 07 Sep 2011 07:29:51 +0300
parents 14bbdfcb9030
children f72c585aec26
line diff
     1.1 --- a/src/istereo.c	Wed Sep 07 06:25:05 2011 +0300
     1.2 +++ b/src/istereo.c	Wed Sep 07 07:29:51 2011 +0300
     1.3 @@ -30,6 +30,7 @@
     1.4  
     1.5  void redraw(void)
     1.6  {
     1.7 +	glClearColor(0.4, 0.6, 1.0, 1.0);
     1.8  	glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
     1.9  
    1.10  	bind_program(prog);