#include <AtmosphereHimmel.h>
Public Member Functions | |
| AtmosphereHimmel (void) | |
| ~AtmosphereHimmel (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 Bruneton appraoch
| osgCloudyDay::AtmosphereHimmel::AtmosphereHimmel | ( | void | ) |
Constructor
| osgCloudyDay::AtmosphereHimmel::~AtmosphereHimmel | ( | void | ) |
Deconstructor
|
virtual |
Initialize method: Create the geode
Implements osgCloudyDay::Atmosphere.
1.8.1.1