Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Legend:

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

    r6724 r6786  
    4040    class _OrxonoxExport MeshLodInformation : public BaseObject
    4141    {
     42                private:
     43                        void setLodLevel(unsigned int lodLevel);
     44                        int getLodLevel();
     45                        void setMeshSource(std::string meshSource);
     46                        std::string getMeshSource();
     47                        std::string meshSource_;
     48                        int lodLevel_;
     49               
    4250        public:
    4351            MeshLodInformation(BaseObject* creator);
Note: See TracChangeset for help on using the changeset viewer.