Ignore:
Timestamp:
09/01/08 18:33:14 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2879 r2892  
    1212 
    1313class FrameBufferObject; 
     14class ShadowMapping; 
     15class Matrix4x4; 
    1416 
    1517 
     
    3638 
    3739 
     40        void Render(FrameBufferObject *fbo,  
     41                        const Matrix4x4 &matViewing,  
     42                                ShadowMapping *shadowMapping); 
     43 
    3844protected: 
    3945 
    4046        void FirstPass(FrameBufferObject *fbo); 
     47        void FirstPassShadow(FrameBufferObject *fbo,  
     48                                                 const Matrix4x4 &matViewing,  
     49                                                 ShadowMapping *shadowMapping); 
     50 
    4151        void AntiAliasing(FrameBufferObject *fbo); 
     52 
     53 
     54        ////////////////// 
    4255 
    4356        int mWidth; 
Note: See TracChangeset for help on using the changeset viewer.