Changeset 3587 in orxonox.OLD for orxonox/trunk/src/story_entities/world.cc
- Timestamp:
- Mar 17, 2005, 2:25:43 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r3586 r3587 217 217 218 218 219 //Vector* es = new Vector (10, 5, 0);220 //Quaternion* qs = new Quaternion ();221 //WorldEntity* pr = new Primitive(PSPHERE);222 //pr->setName("primitive");223 //this->spawn(pr, this->localPlayer, es, qs, PNODE_ROTATE_AND_MOVE);219 Vector* es = new Vector (10, 5, 0); 220 Quaternion* qs = new Quaternion (); 221 WorldEntity* pr = new Primitive(PSPHERE); 222 pr->setName("primitive"); 223 this->spawn(pr, this->localPlayer, es, qs, PNODE_MOVEMENT); 224 224 225 225
Note: See TracChangeset
for help on using the changeset viewer.