Skip to content

Making computer-generated images out of a simple 3D virtual scene

Notifications You must be signed in to change notification settings

rogerlucena/RayTracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ray Tracer

Ray Tracer - Project INF442

Build

mkdir build && cd build && cmake .. && make

Run

Without MPI

./ray_tracer_serial

With MPI

mpirun -np 4 ./ray_tracer_MPI

About

Making computer-generated images out of a simple 3D virtual scene

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published