Ignore:
Timestamp:
01/10/08 13:17:34 (16 years ago)
Author:
bittner
Message:

sceneBox bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/HavranRayCaster.cpp

    r2585 r2588  
    190190 
    191191#if 0 
    192   SimpleRayContainer::const_iterator sit, sit_end = rays.end(); 
    193  
     192  SimpleRayContainer::const_iterator sit = rays.begin() + offset; 
     193  SimpleRayContainer::const_iterator sit_end = sit + 16; 
     194   
    194195  // no acceleration for ray bundles implemented right now 
    195196  for (sit = rays.begin(); sit != sit_end; ++ sit)  
Note: See TracChangeset for help on using the changeset viewer.