| 1 | [[TracNav(TracNav/TOC)]] |
| 2 | |
| 3 | = osgVisual configuration = |
| 4 | |
| 5 | To use osgVisual, you have to configure osgVisual according to your needs. |
| 6 | |
| 7 | Basiccally, osgVisual provides two configuration mechanisms: |
| 8 | * Via commandline parameters |
| 9 | * Via configuration file |
| 10 | |
| 11 | |
| 12 | |
| 13 | == Configuration via parameters == |
| 14 | |
| 15 | 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. |
| 16 | |
| 17 | == Configuration via configuration file == |
| 18 | |
| 19 | For all options which are not OSG but osgVisual related, the configuration mechanism is an XML configuration file. |