Ignore:
Timestamp:
08/31/08 15:27:31 (16 years ago)
Author:
mattausch
Message:

corrected views

File:
1 edited

Legend:

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

    r2887 r2888  
    368368 
    369369        // store near plane 
    370         sNearPlane = Plane3(-mCamera->GetDirection(), mCamera->GetPosition()); 
     370        sNearPlane = Plane3(mCamera->GetDirection(), mCamera->GetPosition()); 
    371371} 
    372372 
Note: See TracChangeset for help on using the changeset viewer.