![]() |
Rigs of Rods 2023.09
Soft-body Physics Simulation
|
Inheritance diagram for Hydrax::RttManager::CDepthListener:Public Member Functions | |
| void | preRenderTargetUpdate (const Ogre::RenderTargetEvent &evt) override |
| void | postRenderTargetUpdate (const Ogre::RenderTargetEvent &evt) override |
Data Fields | |
| RttManager * | mRttManager |
| Rtt manager pointer. | |
| std::queue< std::string > | mMaterials |
| std::string to store entity's original materials name | |
| Ogre::Real | mCameraPlaneDiff |
| Camera.y - Plane.y difference. | |
Definition at line 288 of file RttManager.h.
|
override |
Definition at line 622 of file RttManager.cpp.
|
override |
Definition at line 570 of file RttManager.cpp.
| Ogre::Real Hydrax::RttManager::CDepthListener::mCameraPlaneDiff |
Camera.y - Plane.y difference.
Definition at line 298 of file RttManager.h.
| std::queue<std::string> Hydrax::RttManager::CDepthListener::mMaterials |
std::string to store entity's original materials name
Definition at line 295 of file RttManager.h.
| RttManager* Hydrax::RttManager::CDepthListener::mRttManager |
Rtt manager pointer.
Definition at line 292 of file RttManager.h.