Can't see sky/sun behind glass on 1.1.5
Posted: Tue Jul 15, 2008 2:06 am
With 1.1.5 i can't see the sky through glass.
This is my glass material:
With previous version it was visible 
This is my glass material:
Code: Select all
<medium>
<name>Medvetrob</name>
<precedence>10</precedence>
<basic>
<ior>1.50000</ior>
<cauchy_b_coeff>0.00000</cauchy_b_coeff>
<absorption_coefficient_spectrum>
<rgb>
<rgb>1 1 1</rgb>
<gamma>1</gamma>
</rgb>
</absorption_coefficient_spectrum>
</basic>
</medium>
<material>
<name>vetrob</name>
<specular>
<internal_medium_name>Medvetrob</internal_medium_name>
<transparent>true</transparent>
</specular>
</material>