<div class="gmail_quote">Hi Rob and Greg,</div>
<div class="gmail_quote">Thanks for your answers!</div>
<div class="gmail_quote">I have carried out simulations with two different definitions of trans, but I get the same result for each type of trans. For both approaches, when checking the material under a glow sky, I get the reflectance 0.31 when looking down on the glass and I get the transmittance 0.65 when looking in the direction upwards.</div>
<div class="gmail_quote"> </div>
<div class="gmail_quote">I have listed my discription of trans below - looking forward to hearing your comments.</div>
<div class="gmail_quote"> </div>
<div class="gmail_quote">Br</div>
<div class="gmail_quote">Anne</div>
<div class="gmail_quote"> </div>
<div class="gmail_quote"> </div>
<div class="gmail_quote">The trans data is defined as:</div>
<div class="gmail_quote"># a1, a2 og a3 = 1, due to the color of the glass is included in the transmittance end reflectance given by the manufacturer<br># a4 = 0,31<br># a5 = 0<br># a6 = trans, determined from t_s=a6*a7(1-a4), where t_s is 0.65 and a7=1<br>
# a7 = 1</div>
<div class="gmail_quote"> </div>
<div class="gmail_quote">void trans lamel_trans<br>0<br>0<br>7 1 1 1 0.31 0 0.942028986 1</div>
<div class="gmail_quote"> </div>
<div class="gmail_quote">I have also tried to define my trans material according to the description in <a href="http://www.schorsch.com/rayfront/manual/transdef.html">http://www.schorsch.com/rayfront/manual/transdef.html</a>.</div>
<div class="gmail_quote">#Spec=Light reflectance = 0.31</div>
<div class="gmail_quote">#The color of the glass is determined from:</div>
<div class="gmail_quote">#Absorptance=(1-spec)(1-color) -> 0.04 = (1-0.31)(1-color), from where the color is found to be 0.94</div>
<div class="gmail_quote">#Transmittance = (1-spec) *color* trans, transmittance is 0.65 and trans can then be found to be 1</div>
<div class="gmail_quote">#Rough is set to 0, as the material is glass</div>
<div class="gmail_quote">#Tr-spec is set to 1, as the glass is a clear glass material</div>
<div class="gmail_quote">
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; tab-stops: 36.0pt"><span lang="EN-US" style="mso-ansi-language: EN-US"><font size="3"><font face="Times New Roman"></font></font></span> </p></div>
<div class="gmail_quote"> </div>
<div class="gmail_quote">void trans lamel_transrayfront<br>0</div>
<div class="gmail_quote">0<br>7 0.94 0.94 0.94 0.31 0 1 1</div>