Page 1 of 1

OBJ importer

Posted: Fri Aug 11, 2006 12:12 am
by kornerr
It has some problem with material colors. I use svn, the same problem was with Irrlicht-1.0.
Here's how it looks from within app and blender
Thanks.

Posted: Wed Aug 16, 2006 3:16 am
by magisterrivus
Try to you use

Code: Select all

node->getMaterial(0).EmissiveColor.set(0,0,0,0);
Fixed that problem for me.

Posted: Thu Aug 17, 2006 12:57 pm
by kornerr
Doesn't work for me :(