Search found 2 matches

by maxme
Thu Mar 25, 2010 10:17 am
Forum: Advanced Help
Topic: Best way to rotate a ITextSceneNode
Replies: 6
Views: 2787

Thanks a lot for the code, it works exactly as I wanted !
by maxme
Tue Mar 23, 2010 4:58 pm
Forum: Advanced Help
Topic: Best way to rotate a ITextSceneNode
Replies: 6
Views: 2787

Best way to rotate a ITextSceneNode

Hi,

I'm playing with Irrlicht since a few weeks. I'm trying to add some text in my game so I used a ITextSceneNode with my own font and everything is fine, I can move it where I want.

I tried to rotate it as I rotate my others nodes using the "setRotation(vector3df&)" method and it doesn't work ...