|
Enki
1.9
|
Functor for pixel operation. More...
#include <CircularCam.h>
Public Member Functions | |
| virtual | ~PixelOperationFunctor () |
| Virtual destructor, do nothing. | |
| virtual void | operator() (double &zBuffer2, Color &pixelBuffer, const double &objectDist2, const Color &objectColor)=0 |
| Modify the pixel and depth buffer² for a given object color and distance² | |
Functor for pixel operation.
This functor is to be called for each pixel. It should perform pixel operations such as depth buffer test.
1.8.11