Ignore:
Timestamp:
01/13/09 16:40:27 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r3272 r3274  
    382382        } 
    383383 
    384         //const bool delGeometry = true; 
    385         const bool delGeometry = false; 
     384        const bool delGeometry = true; 
     385        //const bool delGeometry = false; 
    386386        return new Geometry(vertices, normals, texcoords, vertexCount, delGeometry, NULL);//tangents); 
    387387} 
Note: See TracChangeset for help on using the changeset viewer.