Ignore:
Timestamp:
07/06/06 20:20:06 (18 years ago)
Author:
gumbau
Message:

LodTreeLibrary? constructor now has 3 parameters.
The leaves submesh is calculated inside the constructor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Geom/shared/GeoTool/src/GeoMeshView.cpp

    r1083 r1090  
    10321032        for (int submesh = 0; submesh < geoMesh->mSubMeshCount; submesh++) 
    10331033        { 
    1034                 if (submesh==leavesSubMesh) 
     1034                //if (submesh==leavesSubMesh) 
     1035                if (submesh == lodTreeLib->GetLeavesSubMesh()) 
    10351036                        continue; 
    10361037 
Note: See TracChangeset for help on using the changeset viewer.