Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Medowhill/epfl-cs-341-proj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS-341 Project

Rendering 3-D Fractal Images via Raytracing

Instructions

  • Install make, cmake, g++, and opencv.
$ mkdir build out
$ cd build
$ cmake ..
$ make
$ cd ..

$ build/raytracer -i examples/julia.json
$ build/raytracer -i examples/julia_video.json

# If you are using macOS:
$ open out/julia.png
$ open out/julia_video.avi

Options

  • -a : enable ambient occlusion
  • -d : debug mode
  • -h : print help message
  • -i [name] : specify the input file path
  • -o [name] : specify the output file path
  • -s : enable shadows
  • -S : enable soft shadows

Documentation

Releases

No releases published

Packages

No packages published