| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Sound |
The Sound component defines how sound is delivered to an X3D world as well as how
sounds are accessed.
|
| org.web3d.x3d.sai.Sound |
The Sound component defines how sound is delivered to an X3D world as well as how
sounds are accessed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SoundObject
X3D node tooltip: [X3DSoundNode] The Sound node controls the 3D spatialization of sound playback by a child AudioClip or MovieTexture node.
|
| Modifier and Type | Method and Description |
|---|---|
Sound |
Sound.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
Sound |
Sound.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
Sound |
Sound.setDirection(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named direction.
|
Sound |
Sound.setIntensity(float newValue)
Assign float value within allowed range of [0,1] to inputOutput SFFloat field named intensity.
|
Sound |
Sound.setLocation(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named location.
|
Sound |
Sound.setMaxBack(float newValue)
Assign float value within allowed range of [0,infinity) to inputOutput SFFloat field named maxBack.
|
Sound |
Sound.setMaxFront(float newValue)
Assign float value within allowed range of [0,infinity) to inputOutput SFFloat field named maxFront.
|
Sound |
Sound.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
Sound |
Sound.setMinBack(float newValue)
Assign float value within allowed range of [0,infinity) to inputOutput SFFloat field named minBack.
|
Sound |
Sound.setMinFront(float newValue)
Assign float value within allowed range of [0,infinity) to inputOutput SFFloat field named minFront.
|
Sound |
Sound.setPriority(float newValue)
Assign float value within allowed range of [0,1] to inputOutput SFFloat field named priority.
|
Sound |
Sound.setSource(X3DSoundSourceNode newValue)
Assign X3DSoundSourceNode instance (using a properly typed node) to inputOutput SFNode field source.
|
Sound |
Sound.setSpatialize(boolean newValue)
Assign boolean value to initializeOnly SFBool field named spatialize.
|
Sound |
Sound.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.