CloudyDay
Main Page
Classes
Files
File List
All
Classes
Functions
Variables
Enumerations
WangCloud
Ground.h
1
#pragma once
2
#include "Scene.h"
3
4
namespace
osgCloudyDay
5
{
9
class
Ground
10
{
11
public
:
12
Ground
(
void
);
13
~
Ground
(
void
);
14
15
osg::Geode* Create();
16
17
protected
:
18
osg::Geode* geode2;
19
};
20
}
Generated on Thu Oct 2 2014 18:53:51 for CloudyDay by
1.8.1.1