Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4170 in orxonox.OLD for orxonox/branches/shadows/src/world.cc


Ignore:
Timestamp:
May 11, 2005, 11:22:00 PM (19 years ago)
Author:
dave
Message:

branches/shadow/src:der Boden hat nicht mehr so komische Farben

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/shadows/src/world.cc

    r4008 r4170  
    400400 
    401401  // Initializing the Ground, and loading a Texture into it.
    402   //Material* boden = new Material("Ground");
    403   //boden->setDiffuseMap("../data/pictures/ground.tga");
     402  Material* boden = new Material("Ground");
     403  boden->setDiffuseMap("../data/pictures/ground.tga");
    404404  // Setting the illumination mode otherwise it is flat-shaded.
    405   //boden->setIllum(3);
     405  boden->setIllum(3);
    406406  //boden->select();
    407407  int sizeX = 100;
     
    524524   
    525525  glEndList();
    526  shadow->init(objectList); 
     526 shadow->init(objectList,boden); 
    527527 
    528528}
Note: See TracChangeset for help on using the changeset viewer.