yufusuf / metu-ceng477-raytracer

Raytracing algorithm for my computer graphics course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

477-raytracer

usage

  • compile with Makefile or use the command g++ -O3 *.cpp -o raytracer
  • to run ./raytracer ./inputs/any_of_the_files.xml

About

Raytracing algorithm for my computer graphics course


Languages

Language:C++ 99.9%Language:C 0.1%Language:Makefile 0.0%