vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
_precompiled.h
Go to the documentation of this file.
1 #include <iostream>
2 #include <fstream>
3 #include <sstream>
4 #include <string>
5 #include <cstdlib>
6 #include <cmath>
7 #include <climits>
8 
9 #include <osg/AlphaFunc>
10 #include <osg/Texture2D>
11 #include <osg/Geometry>
12 #include <osg/BlendFunc>
13 #include <osg/Depth>
14 #include <osg/Math>
15 
16 #include <osgDB/ReadFile>
17 #include <osgDB/WriteFile>
18 
19 #include <vrecko/World.h>
20 #include <vrecko/Scene.h>
21 #include <vrecko/ReaderWriter.h>
22 #include <vrecko/EventDispatcher.h>
24 
25 #include "AP_Atmospheric.h"
26 #include "Clouds/Clouds.h"
27 #include "Clouds/math_aux.h"
28 #include "Weather/Weather.h"