![]() |
Blamite Game Engine - blam!
00453.06.08.26.0624.blamite
The core library for the Blamite Game Engine.
|
Base class for Blamite compositor passes. More...
#include <compositor.h>
Inheritance diagram for BlamCompositorPassDefinition:
Collaboration diagram for BlamCompositorPassDefinition:Public Member Functions | |
| BlamCompositorPassType | GetType () const |
| Retrieves the type of the compositor pass. More... | |
Protected Member Functions | |
| BlamCompositorPassDefinition (BlamCompositorPassType _pass_type, Ogre::CompositorTargetDef *parent_target_def) | |
| Constructs a new BlamCompositorPassDefinition. More... | |
Base class for Blamite compositor passes.
When creating any custom passes for OGRE's compositor, it should inherit from this class rather than the default Ogre::CompositorPassDef class.
|
protected |
Constructs a new BlamCompositorPassDefinition.
| _pass_type | - The type of the compositor pass. |
| parent_target_def | - |
| BlamCompositorPassType BlamCompositorPassDefinition::GetType | ( | ) | const |
Retrieves the type of the compositor pass.