vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
OSGskybox.h
Go to the documentation of this file.
1 
9 #ifndef _VRECKO_CLOUDS_OSGSKYBOX_H
10 #define _VRECKO_CLOUDS_OSGSKYBOX_H
11 
12 #include <osg/Billboard>
13 
24 void CreateSkyBox(osg::ref_ptr<osg::Geode> skyboxGeode, long x, long y, long z, long width, long height, long length);
25 
36 void CreateGround(osg::ref_ptr<osg::Geode> groundGeode, long x, long y, long z, long width, long length, long tileCount);
37 
45 void CreateSun(osg::ref_ptr<osg::Billboard> sunBillBoard, int x, int y, int z);
46 
47 #endif