Bump map material
Posted: Sat Dec 30, 2006 5:57 am
Hi all,
I am working on a bump map material:

The material number 1 is defined like this:
The material number 2 is defined like this:
It is really hard to have a good result, and I would like to have your opinion about the different parameters:
exponent of the materrial
gain of the bump
what means the exponent of the bump_map?
Thanks in advance.
Regards, Phil
I am working on a bump map material:

The material number 1 is defined like this:
Code: Select all
<material>
<name>alu_bumped.2</name>
<phong>
<nk_data>nkdata/Ag.nk</nk_data>
<exponent>150.000</exponent>
<bump_map>
<uv_set>uv</uv_set>
<path>noisemi8.jpg</path>
<gain>0.0010000</gain>
<exponent>1.000000</exponent>
</bump_map>
</phong>
</material>
Code: Select all
<material>
<name>Alu_bumped</name>
<phong>
<nk_data>nkdata/Al.nk</nk_data>
<exponent>50.000</exponent>
<bump_map>
<uv_set>uv</uv_set>
<path>noisemi8.jpg</path>
<gain>0.002000</gain>
<exponent>1.000000</exponent>
</bump_map>
</phong>
</material>
exponent of the materrial
gain of the bump
what means the exponent of the bump_map?
Thanks in advance.
Regards, Phil