Ignore:
Timestamp:
10/18/05 14:21:26 (19 years ago)
Author:
bittner
Message:

changed mailbox naming convention, added intersectable ids

File:
1 edited

Legend:

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

    r331 r339  
    1313{ 
    1414} 
     15 
    1516 
    1617Preprocessor::~Preprocessor() 
     
    4445} 
    4546 
    46 bool Preprocessor::ParseViewCellsOptions() 
     47bool 
     48Preprocessor::ParseViewCellsOptions() 
    4749{ 
    4850        // parse type of view cells 
     
    114116 
    115117  bool result = parser->ParseFile(filename, &mSceneGraph->mRoot); 
    116    
     118 
     119         
     120         
    117121  delete parser; 
    118122 
     123        if (result) 
     124                mSceneGraph->AssignObjectIds(); 
     125         
    119126  return result; 
    120127} 
     
    152159bool 
    153160Preprocessor::Export( const string filename, 
    154                       const bool scene, 
    155                       const bool kdtree, 
    156                           const bool bsptree 
    157                       ) 
     161                                                                                        const bool scene, 
     162                                                                                        const bool kdtree, 
     163                                                                                        const bool bsptree 
     164                                                                                        ) 
    158165{ 
    159166  Exporter *exporter = Exporter::GetExporter(filename); 
    160  
     167         
    161168  if (exporter) { 
    162169    if (scene) 
Note: See TracChangeset for help on using the changeset viewer.