CloudyDay
Main Page
Classes
Files
File List
All
Classes
Functions
Variables
Enumerations
WangCloud
StratusGenerator.h
1
#pragma once
2
#include "CloudGenerator.h"
3
4
namespace
osgCloudyDay
5
{
9
class
StratusGenerator
:
public
CloudGenerator
10
{
11
public
:
16
StratusGenerator
(osg::Vec4 layer);
20
~StratusGenerator
(
void
);
21
22
protected
:
26
void
Initialize
();
27
//void AddCloudBox(int box_iter, osg::Vec3 origin, osg::Vec3 sizes, osg::Vec3 cloud_size, osg::Vec3 jitter_sizes, bool buttom, float size_xy, osg::Vec4 min_max_scale);
28
};
29
}
Generated on Thu Oct 2 2014 18:53:51 for CloudyDay by
1.8.1.1