Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 31, 2016, 4:06:17 PM (8 years ago)
Author:
ooguz
Message:

einige Anderungen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/QuestGuide_HS16/src/orxonox/worldentities/Waypointarrow.cc

    r11243 r11258  
    1 #include "Waypoint.h"
     1#include "Waypointarrow.h"
    22
    33#include <OgreSceneNode.h>
     
    1414        RegisterObject(Waypointarrow);
    1515        model = new Model(this->getContext());
    16         model->setMeshSource("axes.mesh");  // Name of the arrow file for now bottle
     16        model->setMeshSource("cokebottle.mesh");  // Name of the arrow file for now bottle
    1717        this->attach(model);
    1818        model->setScale(3);
Note: See TracChangeset for help on using the changeset viewer.