Changes between Initial Version and Version 1 of visual_SkySimulWeather


Ignore:
Timestamp:
Aug 10, 2010, 9:51:53 PM (14 years ago)
Author:
Torben Dannhauer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • visual_SkySimulWeather

    v1 v1  
     1[[TracNav(TracNav/TOC)]]
     2
     3= Module for Sky Rendering : Sky Simul Weather =
     4
     5The Simul Weather Support in osgVisual is at the moment just a feasibility study.
     6
     7== How to compile Simul Weather for !OpenSceneGraph (Windows) ==
     8
     9Download 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
     14To have to install the SDK to any Directory, e.g. OSG_ROOT/SimulSDK
     15Add an Env Var:
     16{{{
     17#!sh
     18SIMUL=%OSG_ROOT%/SimulSDK/Simul
     19}
     20
     21How 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
     27How to compile the osgSimulWeather example:
     28 * tbd