Ignore:
Timestamp:
07/05/06 17:15:14 (19 years ago)
Author:
gumbau
Message:

Extended Mesh implementation

Location:
GTP/trunk/Lib/Geom/shared/GeoTool/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Geom/shared/GeoTool/include/GeoMeshLoader.h

    r1070 r1078  
    2222#include "GeoBase.h" 
    2323#include "GeoMesh.h" 
     24#include "GeoLodStripsLibrary.h" 
     25#include "GeoLodTreeLibrary.h" 
    2426 
    2527namespace Geometry  
     
    204206                        //      Get the size in bytes of the file. 
    205207                        size_t  getFileSize(); 
     208 
     209                        Geometry::LodStripsLibraryData lodstripsdata; 
     210                        Geometry::TreeSimplificationSequence treesimpseq; 
    206211        }; 
    207212} 
  • GTP/trunk/Lib/Geom/shared/GeoTool/include/GeoMeshViewUI.h

    r1050 r1078  
    372372 
    373373        //      Initialize the lodstripslibrary for visualization. 
    374         void    setLodStripsLibrary(std::string lodfile, Mesh   *geomesh); 
     374        void    setLodStripsLibrary(const Geometry::LodStripsLibraryData &, Mesh        *geomesh); 
    375375        //      Initialize the lodtreelibrary for visualization. 
    376         void    setLodTreesLibrary(std::string lodfile, std::string leafseqfile, Mesh   *geomesh, uint32 ileafSubMesh); 
     376        void    setLodTreesLibrary(const Geometry::LodStripsLibraryData &, const Geometry::TreeSimplificationSequence &, Mesh   *geomesh, uint32 ileafSubMesh); 
    377377 
    378378        // Indentify the mesh of leaves. 
Note: See TracChangeset for help on using the changeset viewer.