Ignore:
Timestamp:
04/12/09 23:24:55 (15 years ago)
Author:
mattausch
Message:

nix geht

File:
1 edited

Legend:

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

    r3340 r3341  
    811811        attribsTex = fbo->GetColorBuffer(2)->GetTexture(); 
    812812 
     813 
    813814        ///////// 
    814815        //-- flip flop between illumination buffers 
     
    845846                { 
    846847                        CreateSampleTex(samples2, NUM_PRECOMPUTED_SAMPLES); 
     848                        cout<<"here34"<<endl; 
    847849                } 
    848850                else 
     
    14191421        const float distanceToLight = Magnitude(vectorToLight); 
    14201422        vectorToLight /= distanceToLight; 
    1421  
    14221423        //cout << "dist " << distanceToLight << " v " << vectorToLight << endl; 
    14231424 
     
    15111512 
    15121513        delete [] data; 
    1513  
    15141514        stopil(); 
    15151515 
Note: See TracChangeset for help on using the changeset viewer.