TODO
branchpyrit
changeset 15 a0a3e334744f
parent 14 fc18ac4833f2
child 19 4e0955fca797
equal deleted inserted replaced
14:fc18ac4833f2 15:a0a3e334744f
     1  * kd-tree:
     1  * kd-tree:
     2    - optimize structures
     2    - optimize structures
     3    - optimize construction: do not use bounding boxes of shapes, instead implement box-shape intersection
     3    - optimize construction: do not use bounding boxes of shapes, instead implement box-shape intersection
     4  * transforms, camera
     4  * transforms, camera
     5  * update Python binding, new classes
     5  * update Python binding, new classes
     6  * rename:
       
     7    - Ray.a -> Ray.o or Ray.origin
       
     8  * C++ demos
       
     9  * more complex demos
     6  * more complex demos
    10 
     7 
    11 
     8 
    12 New Classes?
     9 New Classes?
    13 ============
    10 ============