IsraelAbebe / jmonkeyengine

Automatically exported from code.google.com/p/jmonkeyengine
0 stars 0 forks source link

AudioNode.setMaxDistance contradiction #513

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There is a contradiction between the Javadoc and the Wiki on the use of 
AudioNode.setMaxDistance().

The wiki says that this value is the maximum distance a sound can be heard:
http://jmonkeyengine.org/wiki/doku.php/jme3:advanced:audio#setting_audionode_pro
perties

But the Javadoc states that this value is the maximum distance for the 
attenuation of an AudioNode, which is exactly what it does.

Not a big problem but quite unsettling if you don't check the Javadoc.

Original issue reported on code.google.com by julien.p...@gmail.com on 25 Jun 2012 at 9:08

GoogleCodeExporter commented 8 years ago

Original comment by ShadowIs...@gmail.com on 10 Nov 2012 at 8:46

GoogleCodeExporter commented 8 years ago
Can I explain it as "The maximum attenuation distance specifies how far from 
the source the sound stops growing more quiet."?

Original comment by roo...@gmail.com on 12 Nov 2012 at 3:12