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/ResourceManager.cpp

    r3260 r3261  
    383383        } 
    384384 
    385         //const bool delGeometry = true; 
    386         const bool delGeometry = false; 
     385        const bool delGeometry = true; 
     386        //const bool delGeometry = false; 
    387387        return new Geometry(vertices, normals, texcoords, vertexCount, delGeometry, NULL);//tangents); 
    388388} 
Note: See TracChangeset for help on using the changeset viewer.