Hi, I am using a Trackball Manipulator in my application. I want the camera to have a fixed look-at direction along the negative z-axis, and a fixed up direction along the positive y-axis. But I want the camera to change its position according to an array.
Eg:- Consider the array of positions to be as follows: 0,0,0 10,10,10 20,10,10 So, I want the camera to be positioned at (0,0,0), then at (10,10,10), and finally at (20,10,10). How can this be done? Thank you! Cheers, Utkarsh ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=47792#47792 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

