Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3598 in orxonox.OLD for orxonox/trunk/src/story_entities


Ignore:
Timestamp:
Mar 18, 2005, 12:00:42 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: doxygen-tags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/story_entities/world.cc

    r3597 r3598  
    300300  lightMan->setAmbientColor(.1,.1,.1);
    301301  lightMan->addLight();
    302   lightMan->setPosition(10.0, 30.0, 10.0);
    303   lightMan->setAttenuation(1.0, 0, 0);
     302  lightMan->setPosition(-5.0, 10.0, -40.0);
     303  lightMan->setAttenuation(1.0, 2, 5);
    304304  lightMan->setDiffuseColor(1,1,1);
    305305  //  lightMan->addLight(1);
     
    465465  testFont->printText(0, 0, 1, "orxonox_" PACKAGE_VERSION);
    466466
     467  lightMan->draw();
    467468}
    468469
Note: See TracChangeset for help on using the changeset viewer.