| Package | Description |
|---|---|
| org.jdesktop.j3d.examples.sound | |
| org.jogamp.java3d |
| Constructor and Description |
|---|
AudioReverberate(PointSound psound,
java.net.URL url,
AuralAttributes sscape) |
| Modifier and Type | Method and Description |
|---|---|
AuralAttributes |
GraphicsContext3D.getAuralAttributes()
Retrieves the current AuralAttributes component object.
|
AuralAttributes |
Soundscape.getAuralAttributes()
Retrieve reference of Aural Attributes
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraphicsContext3D.setAuralAttributes(AuralAttributes attributes)
Sets the current AuralAttributes object to the specified
AuralAttributes component object.
|
void |
Soundscape.setAuralAttributes(AuralAttributes attributes)
Set a set of aural attributes for this Soundscape
|
| Constructor and Description |
|---|
Soundscape(Bounds region,
AuralAttributes attributes)
Constructs and initializes a new Sound node using specified
parameters
|