Changeset 4741 in orxonox.OLD for orxonox/trunk/src/subprojects/collision_detection
- Timestamp:
- Jun 30, 2005, 4:19:28 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/subprojects/collision_detection/collision_detection.cc
r4721 r4741 94 94 LightManager* lightMan = LightManager::getInstance(); 95 95 lightMan->setAmbientColor(.1,.1,.1); 96 lightMan->addLight(); 97 lightMan->setPosition(-5.0, 50.0, -40.0); 98 lightMan->addLight(); 99 lightMan->setPosition(100, 80, 60); 96 (new Light())->setAbsCoor(-5.0, 50.0, -40.0); 97 (new Light())->setAbsCoor(100, 80, 60); 100 98 101 99
Note: See TracChangeset
for help on using the changeset viewer.