Create Tangent Mesh removes smoothing?

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
_Synthesizer
Posts: 9
Joined: Tue Nov 08, 2005 1:43 am

Create Tangent Mesh removes smoothing?

Post by _Synthesizer »

Hi,

I am using the createMeshWithTangents function to set my mesh up for using a normal map. The object has smoothing groups on it (well, it's all just one), but when I use that function on it, all of the edges are hardened. Is there a way to set the object to be completely smoothed again after, or another way of doing this?
Post Reply