Ignore:
Timestamp:
01/02/09 23:07:07 (15 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r3120 r3243  
    112112        static bool GetUseLODs() { return sUseLODs; } 
    113113 
    114  
    115         int mId; 
    116  
    117114protected: 
    118115 
     
    143140        /// the center of gravity of this entity 
    144141        Vector3 mCenter; 
     142         
     143        int mId; 
    145144 
    146145        static bool sUseLODs; 
Note: See TracChangeset for help on using the changeset viewer.