clray

diff src/mesh.cc @ 19:8baea9b66b50

added reflection
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 09 Aug 2010 06:45:57 +0100
parents 9e4a28063394
children 63a6b46f58a0
line diff
     1.1 --- a/src/mesh.cc	Mon Aug 09 05:38:51 2010 +0100
     1.2 +++ b/src/mesh.cc	Mon Aug 09 06:45:57 2010 +0100
     1.3 @@ -99,6 +99,7 @@
     1.4  		name = tex_dif = tex_spec = tex_shin = tex_alpha = tex_refl = tex_bump = "";
     1.5  		shininess = 0;
     1.6  		ior = alpha = 1;
     1.7 +		refl = 0.0;
     1.8  	}
     1.9  };
    1.10