| branch | pyrit | 
| changeset 4 | c73bc405ee7a | 
| child 6 | d8d596d26f25 | 
| 3:8f9cb0526c47 | 4:c73bc405ee7a | 
|---|---|
| 1 ================== | |
| 2 Pyrit Ray Tracer | |
| 3 ================== | |
| 4 | |
| 5 Pthreads | |
| 6 -------- | |
| 7 Threads can be used to render rows of picture paralelly. Arbitrary number | |
| 8 of threads can be used, even numbers like 17 are acceptable. | |
| 9 | |
| 10 To completely disable this feature just remove "-DPTHREADS -pthreads" | |
| 11 from flags in makefile. |