This project is an introduction to the beautiful world of Raytracing: to render simple Computer-Generated-Images and implement mathematical formulas using 42minilix library.
# Clone this project
$ https://github.com/smkatash/42_miniRt
# Basic shapes and colors
$ cd mandatory
# Basic shapes with multiple light sources and textures
$ cd bonus
# Run the program
$ make
# Render a predefined image
$ ./miniRT scene/[filename.rt]
# Create .rt file and render scene individually
$ ./miniRT [filename.rt]
Snowman.
Changing views and colors.
Random textures.
Distorted shapes.