Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 20, 2010, 8:31:12 PM (15 years ago)
Author:
youngk
Message:

Added descriptions and missing documentation to the classes I edited last semester. Thanks!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/sound5/src/orxonox/sound/AmbientSound.h

    r6674 r6767  
    2222 *   Author:
    2323 *      Reto Grieder
     24 *     
     25 *   Co-authors:
    2426 *      Kevin Young
    25  *   Co-authors:
    26  *      ...
    2727 *
    2828 */
     
    4343{
    4444    /**
    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.
    4749     *
    4850     */
Note: See TracChangeset for help on using the changeset viewer.