Ignore:
Timestamp:
03/07/07 16:26:58 (17 years ago)
Author:
mattausch
Message:

using mutationsamples for evaluation

File:
1 edited

Legend:

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

    r2198 r2199  
    143143VssPreprocessor::ExportRays(const char *filename, 
    144144                                                        const VssRayContainer &vssRays, 
    145                                                         const int number 
     145                                                        const int number, 
     146                                                        const bool exportScene 
    146147                                                        ) 
    147148{ 
     
    422423 
    423424                                mViewCellsManager->GetViewPoint(viewpoint); 
    424                                 const Vector3 direction = GetDirection(viewpoint, &mViewCellsManager->GetViewSpaceBox()); 
     425                                AxisAlignedBox3 vspBox = mViewCellsManager->GetViewSpaceBox(); 
     426                                const Vector3 direction = GetDirection(viewpoint, &vspBox); 
    425427 
    426428                                const SimpleRay sray(viewpoint, direction, 
Note: See TracChangeset for help on using the changeset viewer.