Changeset 3587 in orxonox.OLD for orxonox/trunk
- Timestamp:
- Mar 17, 2005, 2:25:43 AM (20 years ago)
- Location:
- orxonox/trunk/src
- Files:
-
- 2 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 -
orxonox/trunk/src/world_entities/primitive.cc
r3586 r3587 38 38 gluQuadricTexture(this->object, GL_TRUE); 39 39 40 this->material = new Material("S ky");40 this->material = new Material("Sphere"); 41 41 this->material->setDiffuseMap("../data/pictures/sky-replace.jpg"); 42 42 this->material->setIllum(3);
Note: See TracChangeset
for help on using the changeset viewer.