
Here a try around a carpaint material using the latest indigo (0.8t2), using 2 blend material.
Still a commercial model from Dosch.

Cheers !!
Dom
Code: Select all
<material>
<name>q7_body_base_deepblue</name>
<diffuse>
<colour>.1 0. 0.35</colour>
</diffuse>
</material>
<material>
<name>q7_body_glossy</name>
<phong>
<ior>2.5</ior>
<exponent>30</exponent>
<diffuse>0.05 0.05 0.05</diffuse>
</phong>
</material>
<material>
<name>q7_body_reflect</name>
<phong>
<ior>1.5</ior>
<exponent>50000</exponent>
<diffuse>0 0 0</diffuse>
</phong>
</material>
<material>
<name>q7_body_mix1</name>
<blend>
<a_name>q7_body_base_deepblue</a_name>
<b_name>q7_body_glossy</b_name>
<blend_factor>0.75</blend_factor>
</blend>
</material>
<material>
<name>q7_body</name>
<blend>
<a_name>q7_body_mix1</a_name>
<b_name>q7_body_reflect</b_name>
<blend_factor>0.5</blend_factor>
</blend>
</material>
Users browsing this forum: No registered users and 90 guests