Ignore:
Timestamp:
10/29/06 19:15:22 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1696 r1697  
    500500                cout<<"#NUM_OBJECTS (Total numner of objects)\n"<<intersectables<<endl; 
    501501                cout<<"#NUM_FACES (Total numner of faces)\n"<<faces<<endl; 
     502                mObjects.reserve(intersectables); 
    502503                mSceneGraph->CollectObjects(&mObjects); 
    503504                mSceneGraph->GetRoot()->UpdateBox(); 
    504   
     505                cout << "finished loading" << endl; 
    505506                if (0) 
    506507                { 
Note: See TracChangeset for help on using the changeset viewer.