OBJ importer

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
kornerr
Posts: 245
Joined: Thu Jul 06, 2006 9:57 am
Location: Russia, Siberia, Kemerovo
Contact:

OBJ importer

Post 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.
Open Source all the way, baby ;)
OSRPG
magisterrivus
Posts: 33
Joined: Sat Aug 05, 2006 9:46 pm

Post by magisterrivus »

Try to you use

Code: Select all

node->getMaterial(0).EmissiveColor.set(0,0,0,0);
Fixed that problem for me.
under construction
kornerr
Posts: 245
Joined: Thu Jul 06, 2006 9:57 am
Location: Russia, Siberia, Kemerovo
Contact:

Post by kornerr »

Doesn't work for me :(
Open Source all the way, baby ;)
OSRPG
Post Reply