Changeset 3437 in orxonox.OLD for orxonox/trunk/src/world.cc
- Timestamp:
- Mar 1, 2005, 8:11:31 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world.cc
r3436 r3437 172 172 void World::load() 173 173 { 174 light0 = new Light(Vector(10.0, 10.0, 19.0)); 174 light = Light::getInstance(); 175 light->addLight(1); 176 light->setPosition(10.0, 10.0, 19.0); 175 177 176 178 // BezierCurve* tmpCurve = new BezierCurve();
Note: See TracChangeset
for help on using the changeset viewer.