![]() |
Rigs of Rods 2023.09
Soft-body Physics Simulation
|
GodRaysManager::DepthMapListener class. More...
Inheritance diagram for Hydrax::GodRaysManager::DepthMapListener:Public Member Functions | |
| void | preRenderTargetUpdate (const Ogre::RenderTargetEvent &evt) |
| Funtion that is called before the Rtt will render. | |
| void | postRenderTargetUpdate (const Ogre::RenderTargetEvent &evt) |
| Funtion that is called after the Rtt will render. | |
Data Fields | |
| GodRaysManager * | mGodRaysManager |
| God rays manager pointer. | |
| std::queue< std::string > | mMaterials |
| std::string to store entity's original materials name | |
GodRaysManager::DepthMapListener class.
Definition at line 231 of file GodRaysManager.h.
| void Hydrax::GodRaysManager::DepthMapListener::postRenderTargetUpdate | ( | const Ogre::RenderTargetEvent & | evt | ) |
Funtion that is called after the Rtt will render.
| evt | Ogre RenderTargetEvent |
Definition at line 891 of file GodRaysManager.cpp.
| void Hydrax::GodRaysManager::DepthMapListener::preRenderTargetUpdate | ( | const Ogre::RenderTargetEvent & | evt | ) |
Funtion that is called before the Rtt will render.
| evt | Ogre RenderTargetEvent |
Definition at line 869 of file GodRaysManager.cpp.
| GodRaysManager* Hydrax::GodRaysManager::DepthMapListener::mGodRaysManager |
God rays manager pointer.
Definition at line 235 of file GodRaysManager.h.
| 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.