Ignore:
Timestamp:
06/26/06 17:36:46 (18 years ago)
Author:
gumbau
Message:

LODs parameters changed to the range 1-0 (max-min)

File:
1 edited

Legend:

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

    r998 r1058  
    190190 
    191191        //      Change de Level of detail of the object. 
    192         void    GoToLod_LodStrip(unsigned int lod); 
    193         void    GoToLod_LodTree(unsigned int lod); 
     192        void    GoToLod_LodStrip(float lod); 
     193        void    GoToLod_LodTree(float lod); 
    194194         
    195195        // load a image file as a texture 
Note: See TracChangeset for help on using the changeset viewer.