branch | pyrit |
changeset 46 | 6493fb65f0b1 |
parent 45 | 76b254ce92cf |
child 63 | 440e1ae80459 |
45:76b254ce92cf | 46:6493fb65f0b1 |
---|---|
20 scene.setTop(top) // top object in hierarchy |
20 scene.setTop(top) // top object in hierarchy |
21 top.optimize() // build optimization structure |
21 top.optimize() // build optimization structure |
22 |
22 |
23 Rework camera |
23 Rework camera |
24 ------------- |
24 ------------- |
25 Sampler - points in screen plane, 0..w:0..h |
25 Sampler - generate points in screen plane |
26 Camera - transform point from sampler to a ray |
26 Camera - transform point from sampler to a ray |