Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 3, 2010, 2:29:27 PM (14 years ago)
Author:
kolibri7
Message:

implemented the XMLPort for additional lod information.

File:
1 edited

Legend:

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

    r6786 r6838  
    5757            void playerEntered(PlayerInfo* player);
    5858            void playerLeft(PlayerInfo* player);
     59                       
     60            MeshLodInformation* getLodInfo(std::string meshName) const;
     61
    5962
    6063        private:
     
    6366
    6467            void addLodInfo(MeshLodInformation* object);
    65             const MeshLodInformation* getLodInfo(std::string meshName) const;
     68//            const MeshLodInformation* getLodInfo(std::string meshName) const;
    6669//            MeshLodInformation* getLodInfo(unsigned int index) const;
    6770
Note: See TracChangeset for help on using the changeset viewer.