normal mapping material cannot use texture matrix

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
comicsteam
Posts: 51
Joined: Thu Sep 11, 2008 2:24 pm
Location: Hong Kong
Contact:

normal mapping material cannot use texture matrix

Post by comicsteam »

texture matrix is applied correctly when I use EMT_SOLID material type
however, the matrix is ignored when EMT_NORMAL_MAP_SOLID is used
how can i fix this problem?
if i want to write my own shader, how can i get the texture matrix?
Post Reply