CloudyDay
Main Page
Classes
Files
File List
All
Classes
Functions
Variables
Enumerations
WangCloud
ObjCloud.h
1
#pragma once
2
#include "CloudGenerator.h"
3
4
namespace
osgCloudyDay
5
{
10
class
ObjCloud
:
public
CloudGenerator
11
{
12
public
:
20
ObjCloud
(std::string path, osg::Vec3 pos,
int
type, osg::Vec4 layer);
24
~ObjCloud
(
void
);
25
26
protected
:
30
void
Initialize
();
31
32
osg::Vec3 m_middlepos;
33
34
private
:
35
CloudCreateVolume
* volume;
36
};
37
}
Generated on Thu Oct 2 2014 18:53:51 for CloudyDay by
1.8.1.1