Changes between Version 3 and Version 4 of osgVisualConfiguration


Ignore:
Timestamp:
Sep 11, 2010, 10:19:18 PM (14 years ago)
Author:
Torben Dannhauer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • osgVisualConfiguration

    v3 v4  
    6363=== Module configuration ===
    6464
    65 The "module" sections are parsed while instantiation the modules at the beginning of steh startup process.
     65The "module" sections are parsed while instantiation the modules at the beginning of the startup process.
    6666Each module configuration contains at least the name and the enabled/disabled status of the module. Further module parameters are optional and module dependent.
    6767
     
    8181{{{
    8282#!xml
    83   <module name="distortion" enabled="yes">
    84     <distortion channelname="center"></distortion>
    85   </module>
     83<terrain filename="d:\my\path\database.ive"></terrain>
    8684}}}
    8785