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

made changes to view transformation but still not working

File:
1 edited

Legend:

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

    r2885 r2887  
    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.