PixelLightAPI  .
Public Member Functions | Protected Member Functions
PLScene::SNFog Class Reference

Abstract fog scene node base class. More...

#include <SNFog.h>

Inheritance diagram for PLScene::SNFog:
Inheritance graph
[legend]

List of all members.

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.

Detailed Description

Abstract fog scene node base class.


Constructor & Destructor Documentation

PLS_API PLScene::SNFog::SNFog ( ) [protected]

Default constructor.

virtual PLS_API PLScene::SNFog::~SNFog ( ) [protected, virtual]

Destructor.


Member Function Documentation

virtual PLS_API bool PLScene::SNFog::IsSphereFog ( ) const [virtual]

Returns whether this scene node is a spherical fog (SNSphereFog) or not.

Returns:
'true' if this scene node is a spherical fog, else 'false'
Note:
  • More performant than IsInstanceOf("PLScene::SNSphereFog")

The documentation for this class was generated from the following file:


PixelLight PixelLight 0.9.11-R1
Copyright (C) 2002-2012 by The PixelLight Team
Last modified Thu Feb 23 2012 14:09:42
The content of this PixelLight document is published under the
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported