| 1 | [[TracNav(TracNav/TOC)]] |
| 2 | |
| 3 | = Module for Sky Rendering : Sky Simul Weather = |
| 4 | |
| 5 | The Simul Weather Support in osgVisual is at the moment just a feasibility study. |
| 6 | |
| 7 | == How to compile Simul Weather for !OpenSceneGraph (Windows) == |
| 8 | |
| 9 | Download the following components from the Simul Weather homepage: |
| 10 | * Simul Weather SDK (1.9.0) as DLL build |
| 11 | * Simul Weather OSG Example |
| 12 | * Simul Weather help File (*.chm) |
| 13 | |
| 14 | To have to install the SDK to any Directory, e.g. OSG_ROOT/SimulSDK |
| 15 | Add an Env Var: |
| 16 | {{{ |
| 17 | #!sh |
| 18 | SIMUL=%OSG_ROOT%/SimulSDK/Simul |
| 19 | } |
| 20 | |
| 21 | How to install the OSG integration: |
| 22 | * Install the osgSimulWeather example/integration to the root folder of your OSG. |
| 23 | * Go to OSG_ROOT/src/osgSimulWeather and open your VS solution |
| 24 | * Build osgSimulWeather as Debug and as Release |
| 25 | |
| 26 | |
| 27 | How to compile the osgSimulWeather example: |
| 28 | * tbd |