Ignore:
Timestamp:
01/13/09 16:40:27 (15 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r3273 r3274  
    600600        AxisAlignedBox3 pompeiiBox = SceneEntity::ComputeBoundingBox(staticObjects); 
    601601 
    602         cout << "here34 " << pompeiiBox << endl; 
    603          
    604 #if 0 
     602#if 1 
    605603        // todo: dispose texture 
    606604        Texture *floorTex = new Texture(model_path + "stairs.c.01.tif"); 
     
    726724 
    727725 
    728         ObjExporter().Export(model_path + "myvienna.obj", bvh); 
    729         BvhExporter().Export(model_path + "myvienna.bv", bvh); 
     726        ObjExporter().Export(model_path + "mypompeii.obj", bvh); 
     727        BvhExporter().Export(model_path + "mypompeii.bv", bvh); 
    730728 
    731729 
Note: See TracChangeset for help on using the changeset viewer.