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/GTGeometry/include/GeoLodTreeLibrary.h

    r1056 r1058  
    1010#include "GeoLodObject.h" 
    1111 
    12 class Arbol; 
    1312class Foliage; 
    14 class Point3D; 
    1513 
    1614namespace Geometry 
     
    3735 
    3836                // funciones ya descritas en la API 
    39                 uint32 GoToTrunkLod(uint32 newlod); 
     37/*              uint32 GoToTrunkLod(uint32 newlod); 
    4038                uint32 MinTrunkLod(void) const; 
    4139                uint32 MaxTrunkLod(void) const; 
    4240                uint32 GoToFoliageLod(uint32 newlod); 
    4341                uint32 MinFoliageLod(void) const; 
    44                 uint32 MaxFoliageLod(void) const; 
     42                uint32 MaxFoliageLod(void) const;*/ 
     43 
     44                void GoToTrunkLod(Real); 
     45                void GoToFoliageLod(Real); 
    4546 
    4647                // changes the lod of the entire object (trunk and leaves) 
    47                 virtual uint32 GoToLod(uint32); 
     48                virtual void GoToLod(Real); 
    4849 
    4950                // new proposed functions 
     
    6970        private: 
    7071                Geometry::LodStripsLibrary *trunk; 
    71                 Arbol *arbol; 
    7272                Foliage *foliage; 
    7373 
Note: See TracChangeset for help on using the changeset viewer.