Ignore:
Timestamp:
08/20/08 13:08:09 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/LODInfo.h

    r2854 r2856  
    2020public: 
    2121         
    22         LODLevel(float squaredDist): mSquaredDistance(squaredDist) {} 
     22        LODLevel(float squaredDist): mSquaredDistance(squaredDist), mNumTriangles(0) {} 
    2323 
    2424        inline float GetSquaredDistance() const { return mSquaredDistance; } 
Note: See TracChangeset for help on using the changeset viewer.