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.
-
easy163
- Posts: 24
- Joined: Wed Jul 10, 2013 12:50 pm
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
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
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
Post
by easy163 »
I load the scene made irrEdit, can I embed a 3d model of information on Tangents?