RayTracer 1.0
Ray tracing is a technique used to generate realistic digital images by simulating the inverse path of light. Our goal is to create a program able to generate an image from a file describing the scene.
 
Loading...
Searching...
No Matches
Display Member List

This is the complete list of members for Display, including all inherited members.

_doneDisplayprivate
_heightDisplayprivate
_pixelQueueDisplayprivate
_queueCvDisplayprivate
_queueMtxDisplayprivate
_spriteDisplayprivate
_textureDisplayprivate
_widthDisplayprivate
_windowDisplayprivate
Display(int width, int height)Display
init()Display
notifyDone()Display
pushPixel(int x, int y, const Pixel &px)Display
run()Display
~Display()Displayinline