Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3442 in orxonox.OLD for orxonox/trunk/src/light.h


Ignore:
Timestamp:
Mar 1, 2005, 10:04:01 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: light: added debug-method.
There is something strange about adding multiple lights. I have to read about this some more.

File:
1 edited

Legend:

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

    r3441 r3442  
    3838    AttenuationType attenuationType;//!< The AttenuationType of this Light.
    3939    float attenuationFactor;    //!< the Factor the attenuation should have.
    40 
    41     LightValue* next;
    4240  };
    4341
     
    7169  // get Attributes
    7270  Vector getPosition(void);
     71
     72  void debug(void);
    7373};
    7474
Note: See TracChangeset for help on using the changeset viewer.