Changeset 3439 in orxonox.OLD for orxonox/trunk/src/world.cc
- Timestamp:
- Mar 1, 2005, 8:38:20 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world.cc
r3438 r3439 878 878 this->localCamera->timeSlice(dt); 879 879 this->trackManager->tick(dt); 880 this->light->setPosition(10*cos((double)currentFrame/1000),10, 10*sin((double)currentFrame/1000)); 881 this->light->setDiffuseColor(.5-.5*cos((double)currentFrame/1000), .5+sin((double)currentFrame/1000), .5+sin((double)currentFrame/1000)); 882 this->light->setSpecularColor(.5-.5*sin((double)currentFrame/1000), .5+sin((double)currentFrame/1000), .5+cos((double)currentFrame/1000)); 880 883 } 881 884 this->lastFrame = currentFrame;
Note: See TracChangeset
for help on using the changeset viewer.