#include <AtmosphereMie.h>
Public Member Functions | |
| AtmosphereMie (void) | |
| ~AtmosphereMie (void) | |
| virtual void | Initialize () |
Public Member Functions inherited from osgCloudyDay::Atmosphere | |
| Atmosphere (void) | |
| virtual | ~Atmosphere (void)=0 |
| osg::ref_ptr< osg::Geode > | GetNode () |
| void | SetFog (Fog *fog) |
Additional Inherited Members | |
Protected Attributes inherited from osgCloudyDay::Atmosphere | |
| Fog * | m_fog |
| osg::ref_ptr< osg::StateSet > | nodessSkydome |
| osg::ref_ptr< osg::Geode > | athmosphere |
Class to create the atmosphere geode for O'Neal appraoch
| osgCloudyDay::AtmosphereMie::AtmosphereMie | ( | void | ) |
Constructor
| osgCloudyDay::AtmosphereMie::~AtmosphereMie | ( | void | ) |
Deconstructor
|
virtual |
Initialize method: Create the geode
Implements osgCloudyDay::Atmosphere.
1.8.1.1