First Image we ever rendered
This project is an introduction to the world of Raytracing.
So once you run "make" the
./miniRT ./source/<mapname>.rt
will be capable of render beautiful images like this:
The same but in the input2.rt the camera z component is farther
We had to handle multiple object, cylinders planes and spheres:
Multiple objs composition
...and diffent settings for the camera such as the FOV:
Same composition but maxFOV
Different atmosphere can be settled setting different Ambient Light:
Single sphere, dark atmo
...
Ambient Light ratio = 0.9
Or the brightness can be modified changing the ration of the Spot Light:
Light parameter ratio = 0.1
Enjoy