What are the different sound classes that come with the Java 3D API?
Created May 8, 2012
John Zukowski There are three sound-related classes: BackgroundSound for an ambient sound, PointSound for a sound whose source is located at a particular point, and ConeSound for a PointSound aimed in a particular direction.