Changeset 4200 in orxonox.OLD for orxonox/branches/openAL/src/lib/sound/sound_engine.h
- Timestamp:
- May 16, 2005, 11:46:23 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/openAL/src/lib/sound/sound_engine.h
r4197 r4200 10 10 #include "base_object.h" 11 11 #include "alincl.h" 12 13 14 #define SOUND_DOPPLER_FACTOR 0.1 15 #define SOUND_DOPPLER_VELOCITY 500000000 12 16 13 17 // FORWARD DEFINITION … … 43 47 void stop(); 44 48 void pause(); 45 46 49 47 50 // development functions … … 50 53 /** \returns the SourceNode of this Source */ 51 54 inline PNode* getNode(void) { return this->sourceNode;} 55 56 void setRolloffFactor(ALfloat rolloffFactor); 52 57 53 58 private:
Note: See TracChangeset
for help on using the changeset viewer.