parallax map renderer error??

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
skelli
Posts: 20
Joined: Sat Jul 07, 2007 7:07 pm

parallax map renderer error??

Post by skelli »

hey,

when i run my program it works fine but in the console screen i get:

Code: Select all

Error: Parallax map renderer only supports vertices of type EVT_TANGENTS

im using a mesh i created in 3ds max


cheers
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

The renderer needs tangents to work properly. You have to convert the mesh into a tangent mesh. Please read the tutorial 11 on this topic. There are methods to convert this stuff.
Post Reply