Using Assimp 3.0.1270 when reading the following wavefront obj mtl file:
newmtl Material_floor.jpg
Ns 96.078431
Ka 0.000000 0.000000 0.000000
Kd 0.640000 0.640000 0.640000
Ks 0.500000 0.500000 0.500000
Ni 1.000000
d 1.000000
illum 2
map_Kd floor.jpg
For shininess I get back 384.314, and shininess strength is 1.0.
It seems that Ns is multiplied by 4 in line 534 in ObjFileImporter.cpp:
pCurrentMaterial->shineness *= 4.f;
According to the mtl specs (http://paulbourke.net/dataformats/mtl/):
Ns exponent
"exponent" is the value for the specular exponent. A high exponent
results in a tight, concentrated highlight. Ns values normally
range from 0 to 1000.
I'm not sure what the shininess range in Assimp is, It is 0-128 in OpenGl.
But now shininess is scaled to 0-4000.
I believe shininess should be the same regardless of the import format, e.g.
if I import the model from collada for example.
I'm really enjoying the design and layout of your blog. It's a very easy on the eyes which makes it much more pleasant for me to come here and visit more often. Did you hire out a developer to create your theme? Great work!
north face discount http://www.hotjacketsclearance.com/?p=509
I do not that much of a internet reader to be honest but your sites really nice, keep it up! I'll go ahead and bookmark your site to come back down the road. Many thanks
north face jackets on sale http://www.hopearkansas.com/bbpress/topic.php?id=420798&replies=1
see: https://github.com/assimp/assimp/issues/123