Ignore:
Timestamp:
12/16/05 18:52:33 (19 years ago)
Author:
mattausch
Message:

updated view cells, view cell manager. changed rendersimulator

File:
1 edited

Legend:

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

    r468 r469  
    370370 
    371371        // sample city like heights 
    372         box->SetMin(1, box->Min(1) + box->Size(1)*0.2); 
    373         box->SetMax(1, box->Min(1) + box->Size(1)*0.3); 
     372        box->SetMin(1, box->Min(1) + box->Size(1)*0.2f); 
     373        box->SetMax(1, box->Min(1) + box->Size(1)*0.3f); 
    374374  } 
    375375 
     
    439439 
    440440  cout << "#totalPvsSize=" << mKdTree->CollectLeafPvs() << endl; 
    441   cout << "#totalRayStackSize=" << mVssRays.size() << endl <<flush; 
     441  cout << "#totalRayStackSize=" << (int)mVssRays.size() << endl <<flush; 
    442442 
    443443  //int numExportRays = 10000; 
Note: See TracChangeset for help on using the changeset viewer.