tangents

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
koso
Posts: 27
Joined: Thu May 21, 2009 11:10 am

tangents

Post by koso »

hi

i have 1 question: can i create tangent mesh from animated mesh? if yes how?

thx
RuggJack93
Posts: 39
Joined: Mon Sep 06, 2010 5:09 pm
Location: Italy

Post by RuggJack93 »

No, with irrlicht you can't create tangent for animated meshes,only for the static ones (as it would require a recomputation of the tangents every frame update i think ).
However, if you want to use normal maps on animated meshes,you can grab a shader on the forum that allows you to do it.
GLSL and HLSL(last page):
http://irrlicht.sourceforge.net/phpBB2/ ... mated+mesh
Post Reply