wiki:visual_SkySimulWeather

Version 1 (modified by Torben Dannhauer, 14 years ago) (diff)

--

Module for Sky Rendering : Sky Simul Weather

The Simul Weather Support in osgVisual is at the moment just a feasibility study.

How to compile Simul Weather for OpenSceneGraph (Windows)

Download the following components from the Simul Weather homepage:

  • Simul Weather SDK (1.9.0) as DLL build
  • Simul Weather OSG Example
  • Simul Weather help File (*.chm)

To have to install the SDK to any Directory, e.g. OSG_ROOT/SimulSDK Add an Env Var:

SIMUL=%OSG_ROOT%/SimulSDK/Simul
}

How to install the OSG integration:
 * Install the osgSimulWeather example/integration to the root folder of your OSG.
 * Go to OSG_ROOT/src/osgSimulWeather and open your VS solution
 * Build osgSimulWeather as Debug and as Release


How to compile the osgSimulWeather example:
 * tbd