equal
deleted
inserted
replaced
6 File Organization |
6 File Organization |
7 ----------------- |
7 ----------------- |
8 /build -- output directory for binaries and other generated files |
8 /build -- output directory for binaries and other generated files |
9 /ccdemos -- ray tracer demos in C++ |
9 /ccdemos -- ray tracer demos in C++ |
10 /demos -- ray tracer demos in Python |
10 /demos -- ray tracer demos in Python |
|
11 /docs -- Doxygen generated documentation |
11 /include -- header files |
12 /include -- header files |
12 /models -- common models for use by demos |
13 /models -- common models for use by demos |
13 /src -- ray tracing library source code |
14 /src -- ray tracing library source code |
14 /tests -- test programs for classes |
15 /tests -- test programs for classes |
15 /tools -- auxiliary programs |
16 /tools -- auxiliary programs |
48 Pthreads |
49 Pthreads |
49 -------- |
50 -------- |
50 Threads can be used to render rays paralelly. Arbitrary number |
51 Threads can be used to render rays paralelly. Arbitrary number |
51 of threads can be used. |
52 of threads can be used. |
52 |
53 |
53 For Windows, get pthreads library here: |
54 For Windows, get Pthreads library here: |
54 http://sources.redhat.com/pthreads-win32/ |
55 http://sources.redhat.com/pthreads-win32/ |
55 |
56 |
56 |
57 |
57 License |
58 License |
58 ------- |
59 ------- |