Ignore:
Timestamp:
08/22/08 17:51:54 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2849 r2862  
    139139 
    140140#ifdef ATI 
    141         depthTexture->Initialize(true, true, false, false, false, 8, 8, 8, 8, RenderTexture::RT_COPY_TO_TEXTURE); 
     141        depthTexture->Initialize(true, true, false, false, false, 32, 32, 32, 32, RenderTexture::RT_COPY_TO_TEXTURE); 
    142142#else 
    143         depthTexture->Initialize(true, true, false, false, false, 8, 8, 8, 8);//, RenderTexture::RT_COPY_TO_TEXTURE); 
     143        depthTexture->Initialize(true, true, false, false, false, 32, 32, 32, 32); 
    144144#endif 
    145145 
     
    185185 
    186186        GrabDepthBuffer(mDepth, depthTexture); 
    187         ExportDepthBuffer(mDepth); 
    188         PrintGLerror("grab"); 
     187        //ExportDepthBuffer(mDepth); PrintGLerror("grab"); 
    189188 
    190189        DEL_PTR(depthTexture); 
Note: See TracChangeset for help on using the changeset viewer.