![]() |
Rigs of Rods 2023.09
Soft-body Physics Simulation
|
Used for avoid near clip plane clipping during the reflection Rtt. More...
#include <RttManager.h>
Inheritance diagram for Hydrax::RttManager::CReflectionListener::CReflectionQueueListener:Public Member Functions | |
| void | renderQueueStarted (Ogre::uint8 queueGroupId, const Ogre::String &invocation, bool &skipThisInvocation) override |
| void | renderQueueEnded (Ogre::uint8 queueGroupId, const Ogre::String &invocation, bool &skipThisInvocation) override |
Data Fields | |
| RttManager * | mRttManager |
| bool | mActive |
| Is the reflection Rtt active? | |
Used for avoid near clip plane clipping during the reflection Rtt.
Definition at line 264 of file RttManager.h.
|
override |
Definition at line 512 of file RttManager.cpp.
|
override |
Definition at line 498 of file RttManager.cpp.
| bool Hydrax::RttManager::CReflectionListener::CReflectionQueueListener::mActive |
Is the reflection Rtt active?
Definition at line 272 of file RttManager.h.
| RttManager* Hydrax::RttManager::CReflectionListener::CReflectionQueueListener::mRttManager |
Definition at line 270 of file RttManager.h.