Cool

, so we just have to take the new
whoola_collada_jaxb.jar , anyway right now i am busy with implementing Zoom at a point rather than centre , have done it but am thinking that their can be genral utility methods for visualisation purposes in Xith-tk .
Like :
1) Zoom at point so method should be like
1
| zoom(Point3f pointOfZoom ,float scale ) |
2) Rotation about an arbitary axis passing through a given point .
1
| rotateAboutPoint (Point3f point ,Vector3f axis,float angle ) |
3) 3-4 classes dedicated for conversion of
mouse-To-World cordinates.
Aim here should be that :: if a point click gives me some world-cordinates than even after Pan,Zoom,Rotate ,changing the view direction that point still should give the same co-ordinate, its still the same point in the world cordinate .
I have done some work on it , and it would be great if we can come up with something like this in Xith