Ignore:
Timestamp:
01/11/09 12:56:56 (15 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r3261 r3266  
    644644        const string bvh_filename = string(model_path + filename + ".bvh"); 
    645645 
    646         BvhLoader bvhLoader; 
    647         bvh = bvhLoader.Load(bvh_filename, sceneEntities, dynamicObjects, maxDepthForTestingChildren); 
     646        BvhFactory bvhFactory; 
     647        //bvh = bvhFactory.Create(bvh_filename, sceneEntities, dynamicObjects, maxDepthForTestingChildren); 
     648        bvh = bvhFactory.Create(sceneEntities, dynamicObjects, maxDepthForTestingChildren); 
    648649 
    649650        if (!bvh) 
Note: See TracChangeset for help on using the changeset viewer.