Hi Lalit,

If i comment the manipulator then data is not displaying.
>

When you don't use a camera manipulator, you should take care of the the
view matrix of the viewer.
You can use something like

viewer.getCamera()->setViewMatrixAsLookAt(eye, center, up);

For more information about this function, google gluLookAt.

Mourad
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to