Ignore:
Timestamp:
01/20/09 23:34:39 (15 years ago)
Author:
mattausch
Message:

siggraph submission deadline

File:
1 edited

Legend:

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

    r3286 r3289  
    3636        fread(&totalTime, sizeof(float), 1, fr); 
    3737 
     38        cout << "visibity solution created with " << totalSamples << " in " << totalTime << " secs" << endl; 
    3839        cout << "loading view cells" << endl; 
    3940 
     
    155156 
    156157        BvhNodeContainer nodes; 
    157         CreateIdSortedList2(bvh->GetStaticRoot(), nodes); 
    158         //CreateIdSortedList(bvh, nodes); 
     158        //CreateIdSortedList2(bvh->GetStaticRoot(), nodes); 
     159        CreateIdSortedList(bvh, nodes); 
    159160 
    160161        const int tenpercent = number / 10; 
Note: See TracChangeset for help on using the changeset viewer.