Ignore:
Timestamp:
07/09/08 20:12:00 (16 years ago)
Author:
mattausch
Message:

changed font

File:
1 edited

Legend:

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

    r2819 r2826  
    6262        Material *mat = ent->GetMaterial(); 
    6363 
    64         // test if entity  
    65         //if (mat->IsAlphaTestEnabled() != mBuckets[idx]->mAlphaTestEnabled) return false; 
     64        // test if entity belongs to this bucket 
     65        // note: rather slows down the application for some reason!! 
     66        if (0 && mat->IsAlphaTestEnabled() != mBuckets[idx]->mAlphaTestEnabled) 
     67                return false; 
    6668 
    6769        const bool hasTexture = (mat->GetTexture() != NULL); 
Note: See TracChangeset for help on using the changeset viewer.