Changeset 3678 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- Mar 30, 2005, 6:55:15 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r3677 r3678 29 29 #include "camera.h" 30 30 #include "environment.h" 31 #include "primitive.h"32 31 #include "skysphere.h" 33 32 #include "terrain.h" … … 388 387 Vector* es = new Vector (20, 0, 0); 389 388 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);393 389 394 390 lightMan->getLight(0)->setParent(trackManager->getTrackNode());
Note: See TracChangeset
for help on using the changeset viewer.