RigsofRods
Soft-body Physics Simulation
Public Member Functions | Data Fields
Hydrax::GodRaysManager::DepthMapListener Class Reference

GodRaysManager::DepthMapListener class. More...

+ Inheritance diagram for Hydrax::GodRaysManager::DepthMapListener:
+ Collaboration diagram for Hydrax::GodRaysManager::DepthMapListener:

Public Member Functions

void preRenderTargetUpdate (const Ogre::RenderTargetEvent &evt)
 Funtion that is called before the Rtt will render. More...
 
void postRenderTargetUpdate (const Ogre::RenderTargetEvent &evt)
 Funtion that is called after the Rtt will render. More...
 

Data Fields

GodRaysManagermGodRaysManager
 God rays manager pointer. More...
 
std::queue< std::string > mMaterials
 std::string to store entity's original materials name More...
 

Detailed Description

GodRaysManager::DepthMapListener class.

Definition at line 231 of file GodRaysManager.h.

Member Function Documentation

◆ postRenderTargetUpdate()

void Hydrax::GodRaysManager::DepthMapListener::postRenderTargetUpdate ( const Ogre::RenderTargetEvent &  evt)

Funtion that is called after the Rtt will render.

Parameters
evtOgre RenderTargetEvent
Remarks
We've to override it

Definition at line 893 of file GodRaysManager.cpp.

◆ preRenderTargetUpdate()

void Hydrax::GodRaysManager::DepthMapListener::preRenderTargetUpdate ( const Ogre::RenderTargetEvent &  evt)

Funtion that is called before the Rtt will render.

Parameters
evtOgre RenderTargetEvent
Remarks
We've to override it

Definition at line 869 of file GodRaysManager.cpp.

+ Here is the call graph for this function:

Field Documentation

◆ mGodRaysManager

GodRaysManager* Hydrax::GodRaysManager::DepthMapListener::mGodRaysManager

God rays manager pointer.

Definition at line 235 of file GodRaysManager.h.

◆ mMaterials

std::queue<std::string> Hydrax::GodRaysManager::DepthMapListener::mMaterials

std::string to store entity's original materials name

Definition at line 238 of file GodRaysManager.h.


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