Ignore:
Timestamp:
04/26/06 13:23:34 (18 years ago)
Author:
gumbau
Message:

Modification Stripify for mesh discrimination.
Adds submesh operation type.

Location:
GTP/trunk/Lib/Geom/shared/GeoTool
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Geom/shared/GeoTool

    • Property svn:ignore set to
      build
  • GTP/trunk/Lib/Geom/shared/GeoTool/include/GeoMeshLoader.h

    r774 r826  
    166166 
    167167                        //      Writes the strips list. 
    168                         Mesh* GeoMeshLoader::BuildStripsGeoSubMesh(Mesh* geoMesh); 
     168                        SubMesh* GeoMeshLoader::BuildStripsGeoSubMesh(SubMesh* geoSubMesh); 
    169169                         
    170170                public: 
  • GTP/trunk/Lib/Geom/shared/GeoTool/include/GeoMeshView.h

    r820 r826  
    203203        //      Paint the mesh object. 
    204204        void    drawGeoMesh(int selectedMesh); 
    205         void    drawTriangleList(int selectedMesh); 
    206         void    drawTriangleStrip(); 
     205        void    drawTriangleList(int submesh, bool selectedMesh); 
     206        void    drawTriangleStrip(int submesh); 
    207207        void    drawLodStrip(); 
    208208        void    enableColorStrips(); 
     
    236236        }; 
    237237 
    238         ColorElement    *mStripColors; 
    239  
     238        ColorElement    **mStripColors; 
     239        int                                             mStripColorsCount; 
     240         
    240241        //      Idetifier of Visualization List. 
    241242        GLuint  mIdVisualList; 
Note: See TracChangeset for help on using the changeset viewer.