Ignore:
Timestamp:
12/21/05 20:21:30 (19 years ago)
Author:
mattausch
Message:

bsp merging possible again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/RssPreprocessor.cpp

    r473 r475  
    176176  if (!use2dSampling) { 
    177177        Vector3 normal; 
    178         int i = RandomValue(0, mObjects.size()-1); 
     178        int i = (int)RandomValue(0, mObjects.size()-1); 
    179179        Intersectable *object = mObjects[i]; 
    180180        object->GetRandomSurfacePoint(point, normal); 
     
    513513         
    514514        //-- several visualizations and statistics 
     515        Debug << "view cells after post processing: " << endl; 
    515516        mViewCellsManager->PrintStatistics(Debug); 
    516517         
Note: See TracChangeset for help on using the changeset viewer.