clray

diff src/rt.cc @ 53:54a96b738afe

removed the unnecessary second pass for the kdtree flattening
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 05 Sep 2010 16:43:55 +0100
parents 55b30d8b6805
children 6a30f27fa1e6
line diff
     1.1 --- a/src/rt.cc	Sat Sep 04 23:57:20 2010 +0100
     1.2 +++ b/src/rt.cc	Sun Sep 05 16:43:55 2010 +0100
     1.3 @@ -50,7 +50,7 @@
     1.4  static int global_size;
     1.5  
     1.6  static Light lightlist[] = {
     1.7 -	{{-0.402, 0.696, 1.713, 0}, {1, 1, 1, 1}}
     1.8 +	{{-8, 15, 18, 0}, {1, 1, 1, 1}}
     1.9  };
    1.10  
    1.11