Ignore:
Timestamp:
10/27/08 18:39:14 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r3075 r3076  
    455455        //-- load some dynamic stuff 
    456456 
    457         LoadModel("hbuddha.dem", dynamicObjects); 
     457        /*LoadModel("hbuddha.dem", dynamicObjects); 
    458458        buddha = dynamicObjects.back(); 
    459459         
     
    479479        } 
    480480 
    481  
     481*/ 
    482482        /////////// 
    483483        //-- load the associated static bvh 
     
    868868void MainLoop()  
    869869{        
    870         Vector3 offs = Vector3::ZERO(); 
     870        /*Vector3 offs = Vector3::ZERO(); 
    871871        offs.x = RandomValue(-.1f, .1f); 
    872872        offs.y = RandomValue(-.1f, .1f); 
     
    875875 
    876876        Matrix4x4 mat = TranslationMatrix(offs); 
    877                  
    878877        buddha->GetTransform()->MultMatrix(mat); 
    879  
     878*/ 
    880879        Vector3 oldPos = camera->GetPosition(); 
    881880 
     
    925924        /// enable vbo vertex array 
    926925        glEnableClientState(GL_VERTEX_ARRAY); 
     926 
    927927 
    928928        // render with the specified method (forward rendering, forward + depth, deferred) 
Note: See TracChangeset for help on using the changeset viewer.