[fixed]Maya camera and the GUI

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.
Post Reply
JLouisB
Posts: 67
Joined: Tue Jul 24, 2012 12:36 pm
Location: France

[fixed]Maya camera and the GUI

Post by JLouisB »

Hi,

I have a problem in an application where I use a Maya Camera and an IGUIWindow.
When I press and I release the left button of the mouse outside the window, the camera do a rotation and stop to rotate when I release the button, so in this case the application works well.
But if I press the button without the window and if I release it in the window, the camera continue to rotate when the button is released.
It's probably not the right behavior.

This bug can be reproduced in the example 9 of Irrlicht, the MeshViewer, or with a basic test case like this : https://dl.dropboxusercontent.com/u/24460773/Debug.zip
If you press the left button of the mouse next to the window and you released it on the window, the camera continue to rotate.

Can you fix this ?
Thank you in advance
CuteAlien
Admin
Posts: 9634
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Maya camera and the GUI

Post by CuteAlien »

Thanks for reporting. Fixed in svn trunk r4762 (so will be in Irrlicht 1.9).
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
JLouisB
Posts: 67
Joined: Tue Jul 24, 2012 12:36 pm
Location: France

Re: [fixed]Maya camera and the GUI

Post by JLouisB »

Ok, thank you for this quick bugfix :)
Post Reply