Ignore:
Timestamp:
10/19/08 23:42:15 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2986 r3045  
    4242{ 
    4343        friend class ShadowMap; 
     44 
    4445public: 
    4546         
     
    7677        */ 
    7778        void GetModelViewMatrix(Matrix4x4 &mat) const; 
    78  
     79        /** Returns the view orientation (the model view matrix without the translation) 
     80        */ 
    7981        void GetViewOrientationMatrix(Matrix4x4 &mat) const; 
    8082        /** Calculates a frustum from the projection and the modelview matrix. 
Note: See TracChangeset for help on using the changeset viewer.