PixelLightAPI
.
|
Abstract fog scene node base class. More...
#include <SNFog.h>
Public Member Functions | |
virtual PLS_API bool | IsSphereFog () const |
Returns whether this scene node is a spherical fog (SNSphereFog) or not. | |
Protected Member Functions | |
PLS_API | SNFog () |
Default constructor. | |
virtual PLS_API | ~SNFog () |
Destructor. |
Abstract fog scene node base class.
PLS_API PLScene::SNFog::SNFog | ( | ) | [protected] |
Default constructor.
virtual PLS_API PLScene::SNFog::~SNFog | ( | ) | [protected, virtual] |
Destructor.
virtual PLS_API bool PLScene::SNFog::IsSphereFog | ( | ) | const [virtual] |
Returns whether this scene node is a spherical fog (SNSphereFog) or not.
|