Changeset 10961 for OpenSceneGraph/trunk/include/osg/AudioStream
- Timestamp:
- 01/18/10 13:43:02 (3 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/include/osg/AudioStream (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/include/osg/AudioStream
r10925 r10961 39 39 virtual void setDelay(const double delay) { _delay = delay; } 40 40 41 virtual void setVolume(float) {} 42 virtual float getVolume() const { return 0.0f; } 41 43 42 44 private:
