I’m looking for a tool in Xith3D that allows you to free fly across the 3D scene with the mouse (something like the OrbitBehavior in Java3D). That exists in Xith3D?
This is possible by simply extending FPIHMovementConstraints and overriding the method applyMovementDeltaConstraints(). Then you would need to apply an instance of your new class to the FPIH. Pretty straight forward. Maybe you want to share your new class when it is done.
I guest something like that can be available in JAGaToo input system, but I cannot find the javadoc for this part of JAGaToo. Is it available? Or can I download de JAGaToo sources? I have only managed to download the Input system tutorial from SVN.
The source is available through SVN just like xith3d and xith-tk are. Please refer to the xith3d website for the link (right sidebar).
Marvin