CrystalSpace

Public API Reference

Public Member Functions
CS::RenderManager::PostEffectsSupport Class Reference

Add post effects support to a render manager. More...

#include <csplugincommon/rendermanager/posteffectssupport.h>

Inheritance diagram for CS::RenderManager::PostEffectsSupport:
iRenderManagerPostEffects iBase

List of all members.

Public Member Functions

void Initialize (iObjectRegistry *objectReg, const char *configKey)
 Initialize post processing effects support.
iRenderManagerPostEffects implementation
void ClearLayers ()
 Clear all active post effect layers.
bool AddLayersFromDocument (iDocumentNode *node)
 Add the post effect layers defined in the given document node to the list of active layers.
bool AddLayersFromFile (const char *filename)
 Add the post effect layers defined in the given file to the list of active layers.

Detailed Description

Add post effects support to a render manager.

Usage:

Definition at line 44 of file posteffectssupport.h.


Member Function Documentation

Add the post effect layers defined in the given document node to the list of active layers.

Implements iRenderManagerPostEffects.

bool CS::RenderManager::PostEffectsSupport::AddLayersFromFile ( const char *  filename) [virtual]

Add the post effect layers defined in the given file to the list of active layers.

Implements iRenderManagerPostEffects.

Clear all active post effect layers.

Implements iRenderManagerPostEffects.

Definition at line 64 of file posteffectssupport.h.

void CS::RenderManager::PostEffectsSupport::Initialize ( iObjectRegistry objectReg,
const char *  configKey 
)

Initialize post processing effects support.

Parameters:
objectRegObject registry.
configKeyConfiguration key for initial effects to load. Will read a file name for a post effects layers file from the config key <configKey>.Effects.

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

Generated for Crystal Space 2.0 by doxygen 1.7.6.1