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