From: <de...@us...> - 2003-02-08 15:57:31
|
Update of /cvsroot/csp/THIRDPARTYLIBS/demeter In directory sc8-pr-cvs1:/tmp/cvs-serv18933 Modified Files: Terrain.h Log Message: no message Index: Terrain.h =================================================================== RCS file: /cvsroot/csp/THIRDPARTYLIBS/demeter/Terrain.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Terrain.h 2 Feb 2003 20:59:23 -0000 1.2 --- Terrain.h 8 Feb 2003 15:57:28 -0000 1.3 *************** *** 102,106 **** /// An abstract factory that allows applications to provide and manage their own terrain textures, rather than letting Demeter manage textures. This is most useful for procedural texture algorithms. ! class TextureFactory { public: --- 102,106 ---- /// An abstract factory that allows applications to provide and manage their own terrain textures, rather than letting Demeter manage textures. This is most useful for procedural texture algorithms. ! class TERRAIN_API TextureFactory { public: *************** *** 225,228 **** --- 225,231 ---- }; + + //class vpDetailTexture:public vector<DetailTexture*>{}; + class TERRAIN_API TextureCell { *************** *** 245,251 **** private: Texture* m_pTexture; ! vector<DetailTexture*> m_DetailTextures; }; class TERRAIN_API TextureSet { --- 248,257 ---- private: Texture* m_pTexture; ! vector<TERRAIN_API DetailTexture*> m_DetailTextures; ! //vpDetailTexture m_DetailTextures; ! }; + class TERRAIN_API TextureSet { |