Ignore:
Timestamp:
08/24/06 22:23:33 (18 years ago)
Author:
bittner
Message:

mlrt 16 ray tracing support

File:
1 edited

Legend:

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

    r1272 r1281  
    7979} 
    8080 
    81 void 
    82 RssPreprocessor::CastRays( 
    83                                                   SimpleRayContainer &rays, 
    84                                                   VssRayContainer &vssRays 
    85                                                   ) 
    86 { 
    87   for (int i=0; i < rays.size(); i++) { 
    88         CastRay(rays[i].mOrigin, 
    89                         rays[i].mDirection, 
    90                         rays[i].mPdf, 
    91                         vssRays, 
    92                         mViewCellsManager->GetViewSpaceBox()); 
    93         if (i % 10000 == 0) 
    94           cout<<"."; 
    95   } 
    96   cout<<endl; 
    97 } 
    9881 
    9982 
Note: See TracChangeset for help on using the changeset viewer.