diff src/clray.cc @ 43:f9eec11e5acc
shoehorned the kdtree into an opnecl image and improved performance slightly
author |
John Tsiombikas <nuclear@member.fsf.org> |
date |
Sat, 28 Aug 2010 09:38:49 +0100 |
parents |
057b8575a1c1 |
children |
b5eb404af481 |
line diff
1.1 --- a/src/clray.cc Sat Aug 28 02:01:16 2010 +0100
1.2 +++ b/src/clray.cc Sat Aug 28 09:38:49 2010 +0100
1.3 @@ -34,6 +34,7 @@
1.4 static Scene scn;
1.5 static unsigned int tex;
1.6
1.7 +
1.8 int main(int argc, char **argv)
1.9 {
1.10 glutInitWindowSize(800, 600);