Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 16, 2005, 11:46:23 PM (20 years ago)
Author:
bensch
Message:

orxonox/branches/openAL: rolloffFactor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/openAL/src/lib/sound/sound_engine.h

    r4197 r4200  
    1010#include "base_object.h"
    1111#include "alincl.h"
     12
     13
     14#define SOUND_DOPPLER_FACTOR     0.1
     15#define SOUND_DOPPLER_VELOCITY   500000000
    1216
    1317// FORWARD DEFINITION
     
    4347  void stop();
    4448  void pause();
    45  
    4649
    4750  // development functions
     
    5053  /** \returns the SourceNode of this Source */
    5154  inline PNode* getNode(void) { return this->sourceNode;}
     55
     56  void setRolloffFactor(ALfloat rolloffFactor);
    5257
    5358 private:
Note: See TracChangeset for help on using the changeset viewer.