Uses of Interface
org.web3d.x3d.sai.Sound.Sound

Packages that use Sound
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 Sound in org.web3d.x3d.jsail.Sound

    Classes in org.web3d.x3d.jsail.Sound that implement Sound
    Modifier and Type
    Class
    Description
    class 
    The Sound node controls the 3D spatialization of sound playback by a child AudioClip or MovieTexture node.
  • Uses of Sound in org.web3d.x3d.sai.Sound

    Methods in org.web3d.x3d.sai.Sound that return Sound
    Modifier and Type
    Method
    Description
    Sound.setDescription(String newValue)
    Accessor method to assign String value to inputOutput SFString field named description.
    Sound.setDirection(float[] newValue)
    Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named direction.
    Sound.setEnabled(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named enabled.
    Sound.setIntensity(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named intensity.
    Sound.setLocation(float[] newValue)
    Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named location.
    Sound.setMaxBack(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named maxBack.
    Sound.setMaxFront(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named maxFront.
    Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
    Sound.setMinBack(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named minBack.
    Sound.setMinFront(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named minFront.
    Sound.setPriority(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named priority.
    Sound.setSource(X3DSoundSourceNode newValue)
    Accessor method to assign org.web3d.x3d.sai.Sound.X3DSoundSourceNode instance (using a properly typed node) to inputOutput SFNode field source.
    Sound.setSpatialize(boolean newValue)
    Accessor method to assign boolean value to initializeOnly SFBool field named spatialize.