clray

diff src/rt.cc @ 52:55b30d8b6805

wrong filename on captured images
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 04 Sep 2010 23:57:20 +0100
parents d3c46803242e
children 54a96b738afe
line diff
     1.1 --- a/src/rt.cc	Thu Sep 02 01:41:51 2010 +0100
     1.2 +++ b/src/rt.cc	Sat Sep 04 23:57:20 2010 +0100
     1.3 @@ -50,7 +50,7 @@
     1.4  static int global_size;
     1.5  
     1.6  static Light lightlist[] = {
     1.7 -	{{-8, 15, 18, 0}, {1, 1, 1, 1}}
     1.8 +	{{-0.402, 0.696, 1.713, 0}, {1, 1, 1, 1}}
     1.9  };
    1.10  
    1.11