Ignore:
Timestamp:
07/07/08 10:52:03 (16 years ago)
Author:
mattausch
Message:

worked on deferred shading

File:
1 edited

Legend:

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

    r2802 r2818  
    22#define __SCENEENTITY_H 
    33 
     4#include "glInterface.h" 
    45#include "common.h" 
    56#include "AxisAlignedBox3.h" 
    67#include "Triangle3.h" 
    7  
     8#include <Cg/cg.h> 
     9#include <Cg/cgGL.h> 
    810 
    911namespace CHCDemoEngine  
    1012{ 
     13 
     14 
    1115 
    1216class Material; 
     
    2327 
    2428public: 
     29        static CGparameter sModelMatrixParam; 
    2530        /** Creates a scene entity. 
    2631        */ 
Note: See TracChangeset for help on using the changeset viewer.