Skip to content

tobbel42/ft_miniRT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_miniRT

group project with the amazing @Radel-24 😎

Description

We implemented a ray tracer in C using a simple graphics library(RGBA value for each pixel is set individually).
Using a scene file, the user can place spheres, planes and cylinders of different sizes and colors.

the_hall scene

Additionally multiple light sources with different color can be specified.

multi_color scene

For the bonus, we implemented the full Phong illumination Model and mirror surfaces for each object.

balls scene

Usage

download the git repository and move into the directory

git clone git@github.com:tobbel42/ft_miniRT.git
cd tf_miniRT

compile the program using Makefile

make

to run the program with a scene file as argument

./miniRT test_files/wet_world.rt

wet_world

In the test_files folder are some additional examples to be explored 😉

Final Score

123/100

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published