TODO
branchpyrit
changeset 28 ffe83ca074f3
parent 21 79b516a3803d
child 30 33f95441790e
equal deleted inserted replaced
27:e9bb83c2b8b9 28:ffe83ca074f3
     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    - save/load
     4    - save/load
     5  * update Python binding, Camera, new classes
     5  * update Python binding: Camera, new classes
     6  * more complex demos
     6  * more complex demos
     7  * check/update triangle routines
       
     8  * namespace
     7  * namespace
     9 
     8 
    10 New Classes?
     9 New Classes?
    11 ============
    10 ============
    12 
    11