Ignore:
Timestamp:
01/09/09 19:50:56 (15 years ago)
Author:
mattausch
Message:

worked on powerplant loading

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/Texture.cpp

    r3214 r3261  
    5454                mImage = malloc(GetByteSize()); 
    5555 
    56                 Debug << "successfully loaded texture " << filename << " w " << mWidth << " h " << mHeight << endl; 
     56                Debug << "loaded texture " << filename << " w " << mWidth << " h " << mHeight << endl; 
     57                //cout  << "loaded texture " << filename << " w " << mWidth << " h " << mHeight << endl; 
    5758 
    5859                ilCopyPixels(0, 0, 0, mWidth, mHeight, 1, IL_RGBA, IL_UNSIGNED_BYTE, mImage); 
Note: See TracChangeset for help on using the changeset viewer.