#include <SearchStartPass.h>
Inheritance diagram for SearchStartPass:
Public Member Functions | |
float | getFiRes2 () |
Vector4 & | getLShoot () |
float | getRecres () |
Gets the reciproc of the resolution. | |
SearchStartPass (Root *mRoot) | |
Constructor. | |
void | setFiRes2 (float fiRes2) |
void | setLShoot (Vector4 &lShoot) |
void | setRecres (float recres) |
Sets the reciproc of the resolution. | |
~SearchStartPass () | |
Protected Member Functions | |
void | onRenderEnd (NameValuePairList *namedParams=0) |
void | onRenderStart (NameValuePairList *namedParams=0) |
Private Attributes | |
float | fiRes2 |
Vector4 | lShoot |
float | recres |
The reciproc of the resolution. |
|
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.
|