Ignore:
Timestamp:
06/05/06 23:14:04 (18 years ago)
Author:
mattausch
Message:

added mesh instance support
improved support for occlusion queries + other extensions

File:
1 edited

Legend:

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

    r975 r1001  
    8585        //mStream.open(myFileName, ios::binary); 
    8686        mStream.open(myFileName); 
     87 
     88        delete [] myFileName; 
    8789} 
    8890 
     
    144146        unsigned int result = mStream.gcount(); 
    145147        mCurrentPos = mStream.tellg(); 
    146         //GtpVisibilityPreprocessor::Debug << "here1001 " << maxToRead << " haha " << toFill << " " << result << endl; 
     148        //GtpVisibilityPreprocessor::Debug << "stream: " << maxToRead << " " << toFill << " " << result << endl; 
    147149 
    148150        return result; 
Note: See TracChangeset for help on using the changeset viewer.