hello As i am newbie in OSG. ...could you tell me how to use FirstPersonManipulator in my scene?
I copied 'FirstPersonManipulator' from %SVN%\include\osgGA to my project folder, then add it in my project. then add '#include <osgGA/FirstPersonManipulator>' above main() function....then viewer.setCameraManipulator(new osgGA::FirstPersonManipulator()); then error like: error C2664: 'osgViewer::View::setCameraManipulator' : cannot convert parameter 1 from 'osgGA::FirstPersonManipulator *' to 'osgGA::MatrixManipulator *' do you know why? Thank you! Cheers, Nan ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=36453#36453 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

