Changes between Version 3 and Version 4 of osgVisualConfiguration
- Timestamp:
- Sep 11, 2010, 10:19:18 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
osgVisualConfiguration
v3 v4 63 63 === Module configuration === 64 64 65 The "module" sections are parsed while instantiation the modules at the beginning of stehstartup process.65 The "module" sections are parsed while instantiation the modules at the beginning of the startup process. 66 66 Each module configuration contains at least the name and the enabled/disabled status of the module. Further module parameters are optional and module dependent. 67 67 … … 81 81 {{{ 82 82 #!xml 83 <module name="distortion" enabled="yes"> 84 <distortion channelname="center"></distortion> 85 </module> 83 <terrain filename="d:\my\path\database.ive"></terrain> 86 84 }}} 87 85