Remove trackball camera move and add picking features

Hi to all,

this is my first post here.

I'm trying to develop a 3d interface who load and interact with a collada model.

I need to remove the trackball camera move of standardgame and to add picking feature on model.

Can you tell me the right steps to do this?

I tried to create this, but…

Some helps?

Thanks in advance,

regards,

Michele

StandardGame itself does not move the camera or process any input.

This is done by Gamestates. (DebugGamestate in a  few jmetests)



You can start by creating your own GameState derived from any of the GameState subclasses, and implement the features you need.