#VRML V2.0 utf8 #
##ex-sound.wrl # example of Sound and AudioClip nodes # Last Modified 17-Sept-97 # a text Transform { translation 0 -5 0 children [ Shape { geometry Text { string [" sound "] fontStyle FontStyle { style "ITALIC" justify "MIDDLE" } length [6] maxExtent 10 } } ] } Sound { source AudioClip { loop TRUE url "https://www.dca.fee.unicamp.br/~leopini/tut-vrml/examples/som1.wav" } }