Ignore:
Timestamp:
01/15/09 16:32:50 (15 years ago)
Author:
mattausch
Message:

problems with reimporting of my exported scenes

File:
1 edited

Legend:

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

    r3257 r3279  
    1111struct ViewCell; 
    1212class Bvh; 
     13class BvhNode; 
    1314 
    1415typedef std::vector<ViewCell *> ViewCellsContainer; 
     
    3233        bool CreateIdSortedList(Bvh *bvh, BvhNodeContainer &nodes); 
    3334 
     35        bool CreateIdSortedList2(BvhNode *n, BvhNodeContainer &nodes); 
     36 
     37 
    3438        bool LoadPvs(FILE *fw, Bvh *bvh); 
    3539 
Note: See TracChangeset for help on using the changeset viewer.