RigsofRods
Soft-body Physics Simulation
Public Member Functions | Data Fields
Hydrax::RttManager::CDepthListener Class Reference
+ Inheritance diagram for Hydrax::RttManager::CDepthListener:
+ Collaboration diagram for Hydrax::RttManager::CDepthListener:

Public Member Functions

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

Data Fields

RttManagermRttManager
 Rtt manager pointer. More...
 
std::queue< std::string > mMaterials
 std::string to store entity's original materials name More...
 
Ogre::Real mCameraPlaneDiff
 Camera.y - Plane.y difference. More...
 

Detailed Description

Definition at line 292 of file RttManager.h.

Member Function Documentation

◆ postRenderTargetUpdate()

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

Definition at line 623 of file RttManager.cpp.

+ Here is the call graph for this function:

◆ preRenderTargetUpdate()

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

Definition at line 569 of file RttManager.cpp.

+ Here is the call graph for this function:

Field Documentation

◆ mCameraPlaneDiff

Ogre::Real Hydrax::RttManager::CDepthListener::mCameraPlaneDiff

Camera.y - Plane.y difference.

Definition at line 302 of file RttManager.h.

◆ mMaterials

std::queue<std::string> Hydrax::RttManager::CDepthListener::mMaterials

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

Definition at line 299 of file RttManager.h.

◆ mRttManager

RttManager* Hydrax::RttManager::CDepthListener::mRttManager

Rtt manager pointer.

Definition at line 296 of file RttManager.h.


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