Ok, forgive me if this is a basic question, as I am just starting out with OSG.

I have a project that I was given that runs via the commandline,
creates a osgViewer::Viewer based on the arguments passed via the
command line and then retrieves all Z values at a given x,y location.
Right now I have an osg::ArgumentParser that handles the incoming
arguments, but then that gets passed to the viewer.

What I am looking to do is remove the commandline arguments as I am
trying to make this project into a DLL library to use with another
application. Is there a way to create the viewer without passing in
the osg::ArgumentParser object, and if so, could someone point me to
the documentation on it, or an example?

Thanks again.

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

Reply via email to