clray

diff src/clray.cc @ 29:353d80127627

doh ... it doesn't work
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 21 Aug 2010 20:51:57 +0100
parents 8b2f2ad14ae7
children 4cf4919c3812
line diff
     1.1 --- a/src/clray.cc	Sat Aug 21 03:42:49 2010 +0100
     1.2 +++ b/src/clray.cc	Sat Aug 21 20:51:57 2010 +0100
     1.3 @@ -107,10 +107,6 @@
     1.4  	}
     1.5  	atexit(cleanup);
     1.6  
     1.7 -	if(!scn.build_kdtree()) {
     1.8 -		return 1;
     1.9 -	}
    1.10 -
    1.11  
    1.12  	/*glGenTextures(1, &tex);
    1.13  	glBindTexture(GL_TEXTURE_2D, tex);*/