Changes between Version 7 and Version 8 of osgVisualConfiguration
- Timestamp:
- Feb 18, 2011, 10:15:36 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
osgVisualConfiguration
v7 v8 1 1 [[TracNav(TracNav/TOC)]] 2 2 3 3 4 = osgVisual configuration = … … 83 84 The "module" sections are parsed while instantiation the modules at the beginning of the startup process. 84 85 Each module configuration contains at least the name and the enabled/disabled status of the module. Further module parameters are optional and module dependent. 86 Some modules ignore the "enabled" attribute because they are mendatory in osgVisual. If a module is compiled and used in osgVisual but the correpsonding XML entry is not available in the configuration file, the modules will raise an error and remain unconfigured. The behavior of an unconfigured module is unpredictable and hence should be avoided. 85 87 86 88 Example: … … 91 93 </module> 92 94 }}} 95 96 A full list of all available modules with their XML configuration options is [wiki:XmlModuleConfiguration available]. 93 97 94 98 === Scenery configuration ===