CloudyDay
 All Classes Functions Variables Enumerations
AltStratusGenerator.h
1 #pragma once
2 #include "CloudGenerator.h"
3 
4 namespace osgCloudyDay
5 {
10  {
11  public:
16  AltStratusGenerator(osg::Vec4 layer);
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 }