Ignore:
Timestamp:
09/12/08 03:09:20 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2919 r2932  
    160160Matrix4x4 GetFrustum(float left, float right, float bottom, float top, float near, float far); 
    161161Matrix4x4 LookAt(const Vector3 &pos, const Vector3 &dir, const Vector3& up); 
     162Matrix4x4 MyLookAt(const Vector3 &pos, const Vector3 &dir, const Vector3& up); 
    162163 
    163164 
Note: See TracChangeset for help on using the changeset viewer.