Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3678 in orxonox.OLD for orxonox/trunk/src/story_entities/world.cc


Ignore:
Timestamp:
Mar 30, 2005, 6:55:15 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: deleted class primitive, because model has the same ability now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/story_entities/world.cc

    r3677 r3678  
    2929#include "camera.h"
    3030#include "environment.h"
    31 #include "primitive.h"
    3231#include "skysphere.h"
    3332#include "terrain.h"
     
    388387            Vector* es = new Vector (20, 0, 0);
    389388            Quaternion* qs = new Quaternion ();
    390             WorldEntity* pr = new Primitive(P_SPHERE);
    391             pr->setName("primitive");
    392             this->spawn(pr, this->localPlayer, es, qs, PNODE_ROTATE_AND_MOVE);
    393389
    394390            lightMan->getLight(0)->setParent(trackManager->getTrackNode());
Note: See TracChangeset for help on using the changeset viewer.