#include <SearchPass.h>
Inheritance diagram for SearchPass:
Public Member Functions | |
float | getRecres () |
Gets the reciproc of the resolution. | |
SearchPass (Root *mRoot) | |
Constructor. | |
void | setRecres (float recres) |
Sets the reciproc of the resolution. | |
~SearchPass () | |
Protected Member Functions | |
void | onRenderEnd (NameValuePairList *namedParams=0) |
void | onRenderStart (NameValuePairList *namedParams=0) |
Private Attributes | |
float | recres |
The reciproc of the resolution. |
SuperClass: ManagedOgreRenderTexturePass Class: SearchPass
|
Constructor.
|
|
Destructor. |
|
Gets the reciproc of the resolution.
|
|
Reimplemented from ManagedOgreRenderTexturePass. |
|
Reimplemented from ManagedOgreRenderTexturePass. |
|
Sets the reciproc of the resolution.
|
|
The reciproc of the resolution.
|