[fixed]Rotation around vector matrix

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Rotation around vector matrix

Post by CuteAlien »

Took a little to create a good testcase (rotation of z-axis around itself was the trouble, which is why it looked so similar in most cases and worked in my original tests).
But should now be fixed in svn trunk. There's only one function now setRotationAxisRadians which is a left handed rotation (I kicked the other two as there was another bug - they just rotated both the wrong way mixing up LH and RH).

Thanks for reporting and sorry again for being so unfriendly above. My only excuse is that I hunt a lot of bugs (often several per week) and they usually turn out to be non-issues when I can't reproduce them in my tests. Here I simply missed the true case at first *sigh*.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Randajad
Posts: 59
Joined: Thu May 03, 2012 10:08 am

Re: Rotation around vector matrix

Post by Randajad »

Yes, it's fully fixed in trunk. Thanks very much for ur work!
Sorry for my English, i'm from Russia.
If i makes mistakes in phrases you can correct me btw. ^_^
Post Reply