drewbarbs / class-raytracer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A raytracer written as an assignment for professor Sclaroff's computer graphics class at BU (http://www.cs.bu.edu/fac/sclaroff/Courses.html)

Compiling:
	- Requires:
		-Boost >=1.5.3: http://www.boost.org/
		-Eigen 3: http://eigen.tuxfamily.org/index.php?title=Main_Page
                -Intel TBB (supporting TBB_INTERFACE_VERSION_MAJOR == 7)
	- make a directory called "build"
	- set EIGEN3_INCLUDE_DIR=/path/to/eigen3 (folder that contains the Eigen directory)
	- set BOOST_ROOT=/path/to/boost (path given by boost after running configure .\b2)
	- cd build
	- cmake -DBoost_USE_STATIC_LIBS=ON ..

About


Languages

Language:C++ 77.9%Language:CMake 22.1%