Ignore:
Timestamp:
09/27/06 19:38:03 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1522 r1523  
    191191        DEL_PTR(mRenderSimulator); 
    192192        DEL_PTR(renderer); 
     193        DEL_PTR(mRayCaster); 
    193194} 
    194195 
     
    425426bool Preprocessor::PrepareViewCells() 
    426427{ 
     428        /////// 
    427429        //-- parse view cells construction method 
    428430        Environment::GetSingleton()->GetBoolValue("ViewCells.loadFromFile", mLoadViewCells); 
     
    448450         
    449451        //////// 
    450         //-- render heuristics evaluation 
     452        //-- evaluation of render cost heuristics 
    451453        float objRenderCost = 0, vcOverhead = 0, moveSpeed = 0; 
    452454 
Note: See TracChangeset for help on using the changeset viewer.