Uses of Interface
org.web3d.x3d.sai.Sound.ListenerPointSource
Package
Description
The Sound component defines how sound is delivered to an X3D world as well as how sounds are accessed.
The Sound component defines how sound is delivered to an X3D world as well as how sounds are accessed.
-
Uses of ListenerPointSource in org.web3d.x3d.jsail.Sound
Modifier and TypeClassDescriptionclass
ListenerPointSource node represents position and orientation of a person listening to virtual sound in the audio scene, and provides single or multiple sound channels as output. -
Uses of ListenerPointSource in org.web3d.x3d.sai.Sound
Modifier and TypeMethodDescriptionListenerPointSource.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.ListenerPointSource.setDopplerEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named dopplerEnabled.ListenerPointSource.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.ListenerPointSource.setGain
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named gain.ListenerPointSource.setInterauralDistance
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named interauralDistance.ListenerPointSource.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.ListenerPointSource.setOrientation
(float[] newValue) Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named orientation.ListenerPointSource.setPauseTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named pauseTime.ListenerPointSource.setPosition
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named position.ListenerPointSource.setResumeTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named resumeTime.ListenerPointSource.setStartTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named startTime.ListenerPointSource.setStopTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named stopTime.ListenerPointSource.setTrackCurrentView
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named trackCurrentView.