Ignore:
Timestamp:
07/09/08 20:12:00 (16 years ago)
Author:
mattausch
Message:

changed font

File:
1 edited

Legend:

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

    r2825 r2826  
    2323        */ 
    2424        bool Read(const std::string &filename); 
     25        /** Initialises the environment file with default values. 
     26        */ 
     27        void Init(); 
     28 
    2529 
    2630        ////////// 
     
    4044 
    4145        Vector3 mPosition; 
    42         Vector3 mPitch; 
    43         Vector3 mYaw; 
     46        Vector3 mDirection; 
     47 
     48        bool mUseFullScreen; 
    4449}; 
    4550 
Note: See TracChangeset for help on using the changeset viewer.