Changeset 6767 for code/branches/sound5/src/orxonox/sound/AmbientSound.h
- Timestamp:
- Apr 20, 2010, 8:31:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/sound5/src/orxonox/sound/AmbientSound.h
r6674 r6767 22 22 * Author: 23 23 * Reto Grieder 24 * 25 * Co-authors: 24 26 * Kevin Young 25 * Co-authors:26 * ...27 27 * 28 28 */ … … 43 43 { 44 44 /** 45 * The AmbientSound class is the base class for all sound file loader classes. 46 * It server as main interface to the OpenAL library. 45 * The AmbientSound class implements the non-3D sound, i.e. sound files that are used for atmospheric 46 * highlighting. 47 * It interfaces with BaseSound and is controllable by MoodManager. 48 * Ambient sounds are always cross-faded. New sounds are registered and activated/deactivated as needed. 47 49 * 48 50 */
Note: See TracChangeset
for help on using the changeset viewer.