PurpleAlien / Raytracer

Simple Raytracer in C
http://www.purplealienplanet.com
12 stars 1 forks source link

Simple ray tracer in C, mostly used for benchmarking. Supports multi threading.

Compiling: running 'make' on a Unix/Linux/BSD platform should do. It only needs pthreads and math library.

Running: Normal: ./raytrace scene.txt With 3D object: ./raytrace scene.txt spaceship.3ds this last one will render a spaceship, using the 3ds loader.