Ignore:
Timestamp:
10/26/08 18:29:27 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r3061 r3070  
    33 
    44#include "Matrix4x4.h" 
    5 #include "glInterface.h" 
    65#include "common.h" 
    7 #include <Cg/cg.h> 
    8 #include <Cg/cgGL.h> 
    96 
    107 
     
    4946        inline bool IsIdentity() const { return mIsIdentity; } 
    5047 
    51         static CGparameter sModelMatrixParam; 
    52  
    5348 
    5449protected: 
Note: See TracChangeset for help on using the changeset viewer.