#include <ImportClouds.h>
Public Member Functions | |
| ImportClouds (void) | |
| ~ImportClouds (void) | |
| virtual void | Perform () |
Public Member Functions inherited from osgCloudyDay::ImportExport | |
| ImportExport (void) | |
| ~ImportExport (void) | |
| void | AddCloud (osg::ref_ptr< osg::Vec3Array > vertices, osg::ref_ptr< osg::Vec4Array > rotation, osg::ref_ptr< osg::Vec4Array > center, osg::ref_ptr< osg::Vec4Array > ids, osg::ref_ptr< osg::Vec4Array > box_centers, int num_boxes) |
| void | AddCloud (Cloud c) |
| void | GetData (int at, osg::ref_ptr< osg::Vec3Array > &vertices, osg::ref_ptr< osg::Vec4Array > &rotation, osg::ref_ptr< osg::Vec4Array > ¢er, osg::ref_ptr< osg::Vec4Array > &ids) |
| unsigned int | NumClouds () |
Additional Inherited Members | |
Protected Attributes inherited from osgCloudyDay::ImportExport | |
| std::vector< Cloud > | m_cloud |
Class to import a cloud from a XML file
| osgCloudyDay::ImportClouds::ImportClouds | ( | void | ) |
Constructor
| osgCloudyDay::ImportClouds::~ImportClouds | ( | void | ) |
Deconstructor
|
virtual |
Import the cloud
Implements osgCloudyDay::ImportExport.
1.8.1.1