Changeset 4170 in orxonox.OLD for orxonox/branches/shadows/src/world.cc
- Timestamp:
- May 11, 2005, 11:22:00 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/shadows/src/world.cc
r4008 r4170 400 400 401 401 // 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"); 404 404 // Setting the illumination mode otherwise it is flat-shaded. 405 //boden->setIllum(3);405 boden->setIllum(3); 406 406 //boden->select(); 407 407 int sizeX = 100; … … 524 524 525 525 glEndList(); 526 shadow->init(objectList );526 shadow->init(objectList,boden); 527 527 528 528 }
Note: See TracChangeset
for help on using the changeset viewer.