Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3444 in orxonox.OLD for orxonox/trunk/src/light.cc


Ignore:
Timestamp:
Mar 2, 2005, 8:53:56 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: Light faster getPosition algorythm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/light.cc

    r3443 r3444  
    309309    }
    310310  else
    311     return Vector(this->currentLight->lightPosition[0], this->currentLight->lightPosition[1], this->currentLight->lightPosition[2]);
    312 }
     311    return getPosition(currentLight->lightNumber);
     312}
     313
     314
    313315
    314316
Note: See TracChangeset for help on using the changeset viewer.