Ignore:
Timestamp:
11/06/08 10:41:02 (16 years ago)
Author:
mattausch
Message:

still some error with ssao on edges
bilateral filter slow

File:
1 edited

Legend:

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

    r3102 r3103  
    162162        glMatrixMode(GL_MODELVIEW); 
    163163        glPushMatrix(); 
    164         //glLoadIdentity(); 
     164        glLoadIdentity(); 
    165165 
    166166        glMatrixMode(GL_PROJECTION); 
    167167        glPushMatrix(); 
    168         //glLoadIdentity(); 
     168        glLoadIdentity(); 
    169169 
    170170        OrthoCamera *orthoCam = new OrthoCamera(xlen, -xlen, ylen, -ylen, .0f, mSceneBox.Size().z); 
    171171         
    172         orthoCam->Yaw(.5 * M_PI); 
    173172        orthoCam->SetDirection(Vector3(0, 0, -1)); 
    174173        orthoCam->SetPosition(pos); 
     
    177176 
    178177        //glOrtho(xlen, -xlen, ylen, -ylen, 0.0f, mSceneBox.Size().z);  
    179         //glMatrixMode(GL_MODELVIEW); 
     178        glMatrixMode(GL_MODELVIEW); 
    180179        //orthoCam->SetupCameraView(); 
    181180 
Note: See TracChangeset for help on using the changeset viewer.