Changeset 3442 in orxonox.OLD for orxonox/trunk/src/light.h
- Timestamp:
- Mar 1, 2005, 10:04:01 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/light.h
r3441 r3442 38 38 AttenuationType attenuationType;//!< The AttenuationType of this Light. 39 39 float attenuationFactor; //!< the Factor the attenuation should have. 40 41 LightValue* next;42 40 }; 43 41 … … 71 69 // get Attributes 72 70 Vector getPosition(void); 71 72 void debug(void); 73 73 }; 74 74
Note: See TracChangeset
for help on using the changeset viewer.