Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3587 in orxonox.OLD for orxonox/trunk/src/world_entities


Ignore:
Timestamp:
Mar 17, 2005, 2:25:43 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: putted a sphere infornt of the player. no style at all… just for debugging…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/primitive.cc

    r3586 r3587  
    3838  gluQuadricTexture(this->object, GL_TRUE);
    3939
    40   this->material = new Material("Sky");
     40  this->material = new Material("Sphere");
    4141  this->material->setDiffuseMap("../data/pictures/sky-replace.jpg");
    4242  this->material->setIllum(3);
Note: See TracChangeset for help on using the changeset viewer.