RigsofRods
Soft-body Physics Simulation
Data Structures | Public Member Functions | Data Fields
Hydrax::RttManager::CReflectionListener Class Reference

RttManager::CReflectionListener class. More...

+ Inheritance diagram for Hydrax::RttManager::CReflectionListener:
+ Collaboration diagram for Hydrax::RttManager::CReflectionListener:

Data Structures

class  CReflectionQueueListener
 Used for avoid near clip plane clipping during the reflection Rtt. More...
 

Public Member Functions

void preRenderTargetUpdate (const Ogre::RenderTargetEvent &evt) override
 
void postRenderTargetUpdate (const Ogre::RenderTargetEvent &evt) override
 

Data Fields

CReflectionQueueListener mCReflectionQueueListener
 CReflectionQueueListener. More...
 
RttManagermRttManager
 Rtt manager pointer. More...
 
Ogre::Real mCameraPlaneDiff
 Camera.y - Plane.y difference. More...
 

Detailed Description

RttManager::CReflectionListener class.

Definition at line 263 of file RttManager.h.

Member Function Documentation

◆ postRenderTargetUpdate()

void Hydrax::RttManager::CReflectionListener::postRenderTargetUpdate ( const Ogre::RenderTargetEvent &  evt)
override

Definition at line 463 of file RttManager.cpp.

+ Here is the call graph for this function:

◆ preRenderTargetUpdate()

void Hydrax::RttManager::CReflectionListener::preRenderTargetUpdate ( const Ogre::RenderTargetEvent &  evt)
override

Definition at line 405 of file RttManager.cpp.

+ Here is the call graph for this function:

Field Documentation

◆ mCameraPlaneDiff

Ogre::Real Hydrax::RttManager::CReflectionListener::mCameraPlaneDiff

Camera.y - Plane.y difference.

Definition at line 286 of file RttManager.h.

◆ mCReflectionQueueListener

CReflectionQueueListener Hydrax::RttManager::CReflectionListener::mCReflectionQueueListener

CReflectionQueueListener.

Definition at line 280 of file RttManager.h.

◆ mRttManager

RttManager* Hydrax::RttManager::CReflectionListener::mRttManager

Rtt manager pointer.

Definition at line 283 of file RttManager.h.


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