asafbibas / jmonkeyengine

Automatically exported from code.google.com/p/jmonkeyengine
0 stars 0 forks source link

"User" / "Perspective" buttons do not work in SceneViewer #374

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open a model in SceneViewer
2. Press the "User" / "Perspective" buttons

What is the expected output? What do you see instead?
The buttons will do nothing. I expect the buttons to work correctly whether or 
not I am in SceneViewer or SceneComposer mode. Also under some circumstances I 
noticed they do nothing in SceneComposer as well, for example when I just 
opened a model without doing anything else.

Original issue reported on code.google.com by ShadowIs...@gmail.com on 1 Aug 2011 at 3:53

GoogleCodeExporter commented 8 years ago
Thats not correct, at least not for me. It definitely switches the perspective 
on a model I just tried and it definitely sends the command to do so. If it 
does not switch under some circumstances (I think I saw this issue too once) 
its an issue with the jME3 renderer not accepting the call (its enqueued via 
the application queue).

Original comment by normen667 on 1 Aug 2011 at 4:45

GoogleCodeExporter commented 8 years ago
Actually i think it's a window focus issue in JMP.
I changed some things in the focus handling and maybe sometimes it fail.
I can't reproduce the issue every time, but it definitely happened 

Original comment by remy.bou...@gmail.com on 1 Aug 2011 at 4:48

GoogleCodeExporter commented 8 years ago
I forced the focus on the opengl window when clicking on the button now.
I did not reproduce the issue since then, but it was not systematic before, so 
I can't be sure.

Please test it again.

Original comment by remy.bou...@gmail.com on 1 Aug 2011 at 10:47