Main repository of MikuMikuStudio
修訂 | 5f2047558e9916145769403605fa10893a4ee860 (tree) |
---|---|
時間 | 2013-04-20 02:38:35 |
作者 | ShAdOwIsLoRd <ShAdOwIsLoRd@75d0...> |
Commiter | ShAdOwIsLoRd |
git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@10568 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
@@ -62,6 +62,7 @@ public class TestAmbient extends SimpleApplication { | ||
62 | 62 | waves.setRefDistance(5); |
63 | 63 | |
64 | 64 | nature = new AudioNode(assetManager, "Sound/Environment/Nature.ogg", true); |
65 | + nature.setPositional(false); | |
65 | 66 | nature.setVolume(3); |
66 | 67 | |
67 | 68 | waves.playInstance(); |