[[TracNav(TracNav/TOC)]] = osgVisual configuration = To use osgVisual, you have to configure osgVisual according to your needs. Basiccally, osgVisual provides two configuration mechanisms: * Via commandline parameters * Via configuration file == Configuration via parameters == osgVisual is build on top of !OpenSceneGraph. The core module is osgViewer which provides all the background technolog< to render the scene graph on the screen. You can use all osg and osgVisuer related command line options by adding these options to osgVisual. == Configuration via configuration file == For all options which are not OSG but osgVisual related, the configuration mechanism is an XML configuration file. This file contains sections for each module to configure and for the scenery to display. Example: {{{ === Module configuration === === Scenery configuration === }}}