![]() |
Lightmetrica
0.0.1.50dbee3 (yosakoi)
|
#include <renderproc.h>
Public Member Functions | |
| virtual void | ProcessSinglePixel (const Scene &scene, const Math::Vec2i &pixel)=0 |
Public Member Functions inherited from SIMDAlignedType | |
| void * | operator new (std::size_t size) throw (std::bad_alloc) |
| void | operator delete (void *p) |
Deterministic pixel based render process. Defines deterministic pixel based render process, which is utilizes by raytracing or raycasting.
|
pure virtual |
Process a single pixel.
| scene | Scene. |
| pixel | Pixel coordinates. |
Implemented in RaycastRenderer_RenderProcess.
1.8.8