Ignore:
Timestamp:
07/10/08 15:57:47 (16 years ago)
Author:
mattausch
Message:

worked on environment + hud

File:
1 edited

Legend:

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

    r2826 r2829  
    7878        float GetPitch() const { return mPitch; } 
    7979        float GetYaw() const { return mYaw; } 
     80        /** Sets the camera direction. 
     81        */ 
     82        void SetDirection(const Vector3 &direction); 
    8083 
    8184 
Note: See TracChangeset for help on using the changeset viewer.