RigsofRods
Soft-body Physics Simulation
Public Member Functions
Hydrax::RttManager::RttListener Class Reference

Rtt Listener class. More...

#include <RttManager.h>

Public Member Functions

virtual void preRenderTargetUpdate (const RttType &Rtt)
 Funtion that is called before the Rtt will render. More...
 
virtual void postRenderTargetUpdate (const RttType &Rtt)
 Funtion that is called after the Rtt will render. More...
 

Detailed Description

Rtt Listener class.

Definition at line 95 of file RttManager.h.

Member Function Documentation

◆ postRenderTargetUpdate()

virtual void Hydrax::RttManager::RttListener::postRenderTargetUpdate ( const RttType Rtt)
inlinevirtual

Funtion that is called after the Rtt will render.

Parameters
RttRtt type
Remarks
We've to override it

Definition at line 108 of file RttManager.h.

◆ preRenderTargetUpdate()

virtual void Hydrax::RttManager::RttListener::preRenderTargetUpdate ( const RttType Rtt)
inlinevirtual

Funtion that is called before the Rtt will render.

Parameters
RttRtt type
Remarks
We've to override it

Definition at line 102 of file RttManager.h.


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