Ignore:
Timestamp:
06/28/08 16:12:59 (16 years ago)
Author:
mattausch
Message:

worked on renderqueue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/AxisAlignedBox3.h

    r2782 r2802  
    341341        Vector3 mmin(MAXFLOAT); 
    342342        Vector3 mmax(-MAXFLOAT); 
    343  
     343         
    344344        AxisAlignedBox3 ret(mmin, mmax); 
     345         
    345346        ret.Include(tform * Vector3(box.mMin.x, box.mMin.y, box.mMin.z)); 
    346347        ret.Include(tform * Vector3(box.mMin.x, box.mMin.y, box.mMax.z)); 
     
    351352        ret.Include(tform * Vector3(box.mMax.x, box.mMax.y, box.mMin.z)); 
    352353        ret.Include(tform * Vector3(box.mMax.x, box.mMax.y, box.mMax.z)); 
     354         
    353355        return ret; 
    354356} 
Note: See TracChangeset for help on using the changeset viewer.