"L. Spiro Engine"

F:/My Projects/LSEngine/Modules/LSTerrainLib/Src/GeoClipmap/LSTGeoClipmapRenderPane.h

00001 
00020 #ifndef __LST_GEOCLIPMAPRENDERPANE_H__
00021 #define __LST_GEOCLIPMAPRENDERPANE_H__
00022 
00023 #include "../LSTTerrainLib.h"
00024 #include "LSTGeoClipmap2Mx1.h"
00025 #include "LSTGeoClipmapBaseGrid.h"
00026 #include "LSTGeoClipmapMx3.h"
00027 #include "LSTGeoClipmapMxM.h"
00028 
00029 namespace lst {
00030 
00041         class CGeoClipmapRenderPane {
00042                 friend class                                    CGeoClipmap;
00043         public :
00044                 
00045                 
00046 
00047 
00048         protected :
00049                 // == Various constructors.
00050                 LSE_CALLCTOR                                    CGeoClipmapRenderPane();
00051 
00052 
00053                 // == Members.
00054         };
00055 
00056 }       // namespace lst
00057 
00058 #endif  // __LST_GEOCLIPMAPRENDERPANE_H__
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator