GL Studio C++ Runtime API
|
The EyePointCalcViewCallbackBase class. More...
#include <gls_eyepoint.h>
Public Member Functions | |
virtual void | Call (int viewWidth, int viewHeight, GlsEyePoint *thisEye, double &rval1, double &rval2)=0 |
The EyePointCalcViewCallbackBase class.
|
pure virtual |
The callback method interface, used for custom user callbacks to configure the eyepoint's view.
viewWidth | The view width in pixels. |
viewHeight | The view height in pixels. |
thisEye | The GlsEyePoint associated with this callback. |
rval1 | Returned user defined value. |
rval2 | Another returned user defined value. |
Implemented in EyePointCalcViewCallback< T >.