Ignore:
Timestamp:
07/17/08 17:21:39 (16 years ago)
Author:
mattausch
Message:

lod starting to work

File:
1 edited

Legend:

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

    r2839 r2844  
    497497typedef std::vector<Shape *> ShapeContainer; 
    498498 
    499 struct LODInfo; 
    500 typedef std::vector<LODInfo *> LODInfoContainer; 
    501  
    502 } 
    503  
    504 #endif 
    505  
    506  
    507  
    508  
    509  
    510  
    511  
    512  
     499struct LODLevel; 
     500typedef std::vector<LODLevel *> LODLevelContainer; 
     501 
     502} 
     503 
     504#endif 
     505 
     506 
     507 
     508 
     509 
     510 
     511 
     512 
Note: See TracChangeset for help on using the changeset viewer.