Radio Tutorial
Description
Radio objects allow the member to playback Internet radio streams at the object's origin.
Twml options
With Twml you can define if the sound is heard from the object origin (type="3D") or is heard everywhere
in the location with the same volume (type="2D"). Also you can define the default radio url and volume
(see example below).
Twml example
<package caption="Radio" icon="icon.jpg"> <description>A radio object</description> <object path="radio.dae"> <radio url="" volume="50" type="3D" /> </object> </package>



