Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 26, 2010, 4:05:45 PM (14 years ago)
Author:
kolibri7
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/lod/src/orxonox/Level.h

    r6691 r6786  
    6262            BaseObject* getObject(unsigned int index) const;
    6363
    64             void addLodInfo(const MeshLodInformation* object);
    65             MeshLodInformation* getLodInfo(unsigned int index) const;
     64            void addLodInfo(MeshLodInformation* object);
     65            const MeshLodInformation* getLodInfo(std::string meshName) const;
     66//            MeshLodInformation* getLodInfo(unsigned int index) const;
    6667
    6768            void setGametypeString(const std::string& gametype);
Note: See TracChangeset for help on using the changeset viewer.