home *** CD-ROM | disk | FTP | other *** search
- #VRML V2.0 utf8
- #tchradio.wrl
-
- Background # dark gray background
- {
- skyColor .2 .2 .2
- }
-
- Viewpoint # set viewpoint 1 unit up y-axis and
- { # 3 units nearer on z-axis
- position 0 1 3
- }
-
- Group
- {
- children
- [
- DEF PUSH TouchSensor # apply touch sensor trigger to object
- {
- }
- Inline # import "2radio.wrl"
- {
- url
- [
- "2radio.wrl"
- ]
- }
- ]
- }
-
- Sound # add sound
- {
- source DEF MUSIC AudioClip # apply touch sensor target to audio clip
- {
- description "music"
- url "sounds/hmain.wav"
- }
- minFront 10
- maxFront 100
- minBack .4
- maxBack 10
- }
-
- ROUTE PUSH.touchTime TO MUSIC.startTime
-
- #tchradio.wrl
-