equal
  deleted
  inserted
  replaced
  
    
    
         | 
     1 Bugs  | 
         | 
     2 ====  | 
         | 
     3  * concurrent read? (concurrent write should not occur)  | 
         | 
     4   | 
         | 
     5 Future Plans  | 
         | 
     6 ============  | 
     1  * kd-tree:  | 
     7  * kd-tree:  | 
     2    - optimize structures  | 
     8    - optimize structures  | 
     3    - optimize construction: do not use bounding boxes of shapes, instead implement box-shape intersection  | 
     9    - optimize construction: do not use bounding boxes of shapes, instead implement box-shape intersection  | 
     4    - save/load  | 
    10    - save/load  | 
         | 
    11  * uniform grid, octree  | 
         | 
    12  * textures (3D procedural, pixmaps later)  | 
     5  * update Python binding: Camera, new classes  | 
    13  * update Python binding: Camera, new classes  | 
     6  * more complex demos  | 
         | 
     7  * namespace  | 
    14  * namespace  | 
     8  * refractions, glass  | 
         | 
     9   | 
    15   | 
    10 New Classes?  | 
    16 New Classes?  | 
    11 ============  | 
    17 ============  | 
    12   | 
    18   | 
    13 container.h  -- Container  | 
    19 container.h  -- Container  |