Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 6, 2016, 3:32:26 PM (8 years ago)
Author:
landauf
Message:

orxonox now compiles with ogre 1.9 (but still needs some other changes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ogre1.9/src/orxonox/graphics/Model.h

    r11128 r11129  
    114114            void enableLod();
    115115
     116            template <class T>
     117            void addLodDistanceToList(T& list, float distance);
     118
    116119            inline void setLodLevel(float lodLevel)
    117120                { this->lodLevel_ =  lodLevel; }
Note: See TracChangeset for help on using the changeset viewer.