Mistake in Blendigo-Wiki 1.0.9 - Specular Materials ?
Posted: Sun Jul 13, 2008 3:18 am
I was not able to reproduce the red glass/plastic material shown in the blendigo wiki http://www.indigorenderer.com/joomla/in ... w#specular
Also the code in my xml (generated with blendigo 1.0.9) looks different than the code in the wiki document:
vs
Why is the code different?
I found out that I can make the material more colored by raising the gain value, but it would be nice to have this explained in the wiki-document too.
Also the code in my xml (generated with blendigo 1.0.9) looks different than the code in the wiki document:
Code: Select all
<basic>
<ior>1.55</ior>
<cauchy_b_coeff>0</cauchy_b_coeff>
<absorption_coefficient_spectrum>
<rgb>
<rgb>0 0.1 0.2</rgb>
<gamma>2.2</gamma>
</rgb>
</absorption_coefficient_spectrum>
</basic>Code: Select all
example of specular XML:
<specular>
<transparent>true</transparent>
<ior>1.5</ior>
<cauchy_b_coeff>0.0</cauchy_b_coeff>
<rgb_absorptivity>0 0.1 0.2</rgb_absorptivity>
</specular>
I found out that I can make the material more colored by raising the gain value, but it would be nice to have this explained in the wiki-document too.