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::PixelEntry Struct Reference

Public Attributes

int x
 
int y
 
Pixel color
 

Detailed Description

Definition at line 38 of file Display.hpp.

Member Data Documentation

◆ color

Pixel Display::PixelEntry::color

Definition at line 40 of file Display.hpp.

◆ x

int Display::PixelEntry::x

Definition at line 39 of file Display.hpp.

◆ y

int Display::PixelEntry::y

Definition at line 39 of file Display.hpp.


The documentation for this struct was generated from the following file: