[JAVA3D] Fw: Position of PointSounds after Initialization

2000-06-28 Thread Rico Slaby
i have created a PointSound with position (0.0f, 0.0f, -20.0f) in front of my view. i use a TransformGroup to set the position of the sound node. but the sound is playing from the origin!!!   i tried any combinations of setting the position. ... only when i set the Transformation before and

[JAVA3D] StereoSound in Java3D - PointSound and Movement

2000-04-25 Thread Rico Slaby
hello   I've created a Viewer-object, an AudioDevice and a ViewingPlatform and it works. A KeyNavigationBehavior operate on the TransformGroup of the View-Branch, so i can walk through the 3D world. Then i have placed a PointSound in the middle of the scene. The sound is playing.   When i c