Missing initialization of 'shadow alpha' in new materials. Caused by not

copying this file from my laptop I used to code it... :)
This commit is contained in:
Ton Roosendaal 2006-10-14 13:50:11 +00:00
parent e868f223dc
commit 11b4d14ab6

@ -137,6 +137,7 @@ void init_material(Material *ma)
ma->fresnel_mir_i= 1.25;
ma->tx_limit= 100.0;
ma->tx_falloff= 1.0;
ma->shad_alpha= 1.0f;
ma->rampfac_col= 1.0;
ma->rampfac_spec= 1.0;