Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7326 in orxonox.OLD for trunk/src/lib/sound/sound_source.cc


Ignore:
Timestamp:
Apr 17, 2006, 2:42:37 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: limiting the maximum rotation speed of the turbine_hover, as proposed by the network-guys

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/sound/sound_source.cc

    r7318 r7326  
    253253  alSource3f(sourceID, AL_DIRECTION,       0.0, 0.0, 0.0);
    254254  alSourcef (sourceID, AL_ROLLOFF_FACTOR,  0.0          );
    255   alSourcei (sourceID, AL_SOURCE_RELATIVE, AL_TRUE      );
     255  //alSourcei (sourceID, AL_SOURCE_RELATIVE, AL_TRUE      );
    256256  alSourcef (sourceID, AL_GAIN,            SoundEngine::getInstance()->getEffectsVolume());
    257257}
Note: See TracChangeset for help on using the changeset viewer.