10 #include <osg/Referenced>
12 namespace osgCloudyDay
17 enum CloudState_Generation
43 void AddCloud(
int type, osg::Vec3 middlepoint, osg::Vec3 size, osg::Vec4 color);
52 void AddCloud(
int type, std::string path, osg::Vec3 middlepoint, osg::Vec3 size,
int gentype, osg::Vec4 color);
76 osg::Vec3
getSize(
int cloud_type);
82 void setSize(
int cloud_type, osg::Vec3 size);
94 void setColor(
int cloud_type, osg::Vec4 size);
117 std::map<int, osg::Vec3> m_middlepoint;
118 std::map<int, osg::Vec3> m_size;
119 std::map<int, osg::Vec4> m_color;
120 std::map<int, int> m_type;
121 std::map<int, std::string> m_path;
122 std::map<int, int> m_type_generation;