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

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

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

    Methods in org.web3d.x3d.sai.Sound that return SpatialSound
    Modifier and Type
    Method
    Description
    SpatialSound.setChildren(X3DNode[] newValue)
    Accessor method to assign org.web3d.x3d.sai.Core.X3DNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field children.
    SpatialSound.setConeInnerAngle(float newValue)
    Accessor method to assign float value unit axis, angle (in radians) to inputOutput SFFloat field named coneInnerAngle.
    SpatialSound.setConeOuterAngle(float newValue)
    Accessor method to assign float value unit axis, angle (in radians) to inputOutput SFFloat field named coneOuterAngle.
    SpatialSound.setConeOuterGain(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named coneOuterGain.
    SpatialSound.setDescription(String newValue)
    Accessor method to assign String value to inputOutput SFString field named description.
    SpatialSound.setDirection(float[] newValue)
    Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named direction.
    SpatialSound.setDistanceModel(String newValue)
    Accessor method to assign String enumeration value ("LINEAR" | "INVERSE" | "EXPONENTIAL") to inputOutput SFString field named distanceModel.
    SpatialSound.setDopplerEnabled(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named dopplerEnabled.
    SpatialSound.setEnabled(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named enabled.
    SpatialSound.setEnableHRTF(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named enableHRTF.
    SpatialSound.setGain(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named gain.
    SpatialSound.setIntensity(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named intensity.
    SpatialSound.setLocation(float[] newValue)
    Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named location.
    SpatialSound.setMaxDistance(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named maxDistance.
    SpatialSound.setMetadata(X3DMetadataObject newValue)
    Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
    SpatialSound.setPriority(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named priority.
    SpatialSound.setReferenceDistance(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named referenceDistance.
    SpatialSound.setRolloffFactor(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named rolloffFactor.
    SpatialSound.setSpatialize(boolean newValue)
    Accessor method to assign boolean value to initializeOnly SFBool field named spatialize.