How to use offset rotation with a billboard

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
gizmocuz
Posts: 3
Joined: Tue Oct 19, 2004 11:37 am

How to use offset rotation with a billboard

Post by gizmocuz »

I asked the question in the newby section (http://irrlicht.sourceforge.net/phpBB2/ ... php?t=4201)
but none could answer this... maybe someone knows how to do this:

Imagine you have a plane that is rotated 20degrees on the X-az and Z-ax and you want to use this as a billboard node.... With the billboard node the object is allways facing the camera, but on top of this i want to rotate the object by hand. How do i modificate the render part so it accepts the SetRotation function for example?

Thanks...
Post Reply