clray
diff src/clray.cc @ 21:bd6c2b25f6e7
fixed, now we need to start with optimizations
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Tue, 10 Aug 2010 07:24:18 +0100 |
parents | 63a6b46f58a0 |
children | 6c44e4b1726d |
line diff
1.1 --- a/src/clray.cc Mon Aug 09 12:55:40 2010 +0100 1.2 +++ b/src/clray.cc Tue Aug 10 07:24:18 2010 +0100 1.3 @@ -167,7 +167,9 @@ 1.4 case 'd': 1.5 dbg_glrender = !dbg_glrender; 1.6 if(dbg_glrender) { 1.7 - printf("DEBUG GL RENDER\n"); 1.8 + printf("Debug OpenGL rendering\n"); 1.9 + } else { 1.10 + printf("Raytracing\n"); 1.11 } 1.12 glutPostRedisplay(); 1.13 break;