Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 19, 2007, 12:04:49 AM (16 years ago)
Author:
scheusso
Message:

made Model and WorldEntity synchronisable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/objects/Model.h

    r576 r630  
    1414            ~Model();
    1515            virtual void loadParams(TiXmlElement* xmlElem);
     16            bool create();
    1617
    1718        private:
     19            std::string meshSrc_;
    1820            Mesh mesh_;
     21            void registerAllVariables();
    1922    };
    2023}
Note: See TracChangeset for help on using the changeset viewer.