Camera and mouse cursor

Hi,

i have a problem. I want to move mouse on the screen without movement of camera. Particularly i want to create a game when i can click on any mesh (picking) but the camera must remain firm, as “Cityville”. It’s possible?

Thank’s!

Good question, how do you turn off the default actions and the screen messages about frame rate, etc.?

[java]

guiNode.detachAllChildren();

inputManager.clearMappings();

//or

flyCam.setEnabled(false);

[/java]

Thanks, again, normen. I tried downloading the source from svn, but it doesn’t match the alpha 4 release.



Is this the correct path?



http://jmonkeyengine.googlecode.com/svn/branches/stable-alpha4/

Thats the stable branch… Development happens in trunk.

Thank’s for reply, but when i disable the flycam the picking doesn’t work yet…