clray

diff src/rt.cc @ 19:8baea9b66b50

added reflection
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 09 Aug 2010 06:45:57 +0100
parents 4b1604f9798a
children 63a6b46f58a0
line diff
     1.1 --- a/src/rt.cc	Mon Aug 09 05:38:51 2010 +0100
     1.2 +++ b/src/rt.cc	Mon Aug 09 06:45:57 2010 +0100
     1.3 @@ -46,7 +46,7 @@
     1.4  static int global_size;
     1.5  
     1.6  static Light lightlist[] = {
     1.7 -	{{-10, 13, -20, 0}, {1, 1, 1, 1}}
     1.8 +	{{-8, 15, -18, 0}, {1, 1, 1, 1}}
     1.9  };
    1.10  
    1.11