irrEdit and Parallax map

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
easy163
Posts: 24
Joined: Wed Jul 10, 2013 12:50 pm

irrEdit and Parallax map

Post by easy163 »

Use to create a level irrEdit, when in the types of material to choose from Parallax map in the Loge irrEdit and Irrlicht writes

Code: Select all

Error: Parallax map renderer only supports vertices of type EVT_TANGENTS
Image

How to fix this? I tried different formats model, screenshot format of the model ms3d. Help please :(
Otaka
Posts: 17
Joined: Fri Nov 16, 2012 1:47 pm

Re: irrEdit and Parallax map

Post by Otaka »

It is not a format problem. You should generate tangents manualy.
Look at the MeshManipulator.createMeshWithTangents()
easy163
Posts: 24
Joined: Wed Jul 10, 2013 12:50 pm

Re: irrEdit and Parallax map

Post by easy163 »

I load the scene made irrEdit, can I embed a 3d model of information on Tangents?
Post Reply