9 #ifndef _VRECKO_CLOUDS_OSGSKYBOX_H
10 #define _VRECKO_CLOUDS_OSGSKYBOX_H
12 #include <osg/Billboard>
24 void CreateSkyBox(osg::ref_ptr<osg::Geode> skyboxGeode,
long x,
long y,
long z,
long width,
long height,
long length);
36 void CreateGround(osg::ref_ptr<osg::Geode> groundGeode,
long x,
long y,
long z,
long width,
long length,
long tileCount);
45 void CreateSun(osg::ref_ptr<osg::Billboard> sunBillBoard,
int x,
int y,
int z);