README
author Radek Brich <radek.brich@devl.cz>
Fri, 07 Dec 2007 14:56:39 +0100
branchpyrit
changeset 25 b8232edee786
parent 14 fc18ac4833f2
child 44 3763b26244f0
permissions -rw-r--r--
tuned ray-triangle intersection, now there are three algorithms to choose from: Plucker, Barycentric and Barycentric with preprocessing (Wald) methods in Vector and Shape (and derivates) made const

==================
 Pyrit Ray Tracer
==================

License
-------
Currently unlicensed, you may not redistribute or use this work for any purposes.
Will be MIT licensed when ready.

Pthreads
--------
Threads can be used to render rows of picture paralelly. Arbitrary number
of threads can be used, even numbers like 17 are acceptable.

To completely disable this feature just remove "-DPTHREADS -pthreads"
from flags in makefile.

For Windows + Mingw32, get pthreads library here:
http://sources.redhat.com/pthreads-win32/