#VRML V1.0 ascii # Copyright (c) Tears , 1999, All Rights Reserved. # Designed by PrpleTears (10/99) # Placed on the OzGate servers 10/05 # and made exclusive to the OzGate servers unless OzGate # closes permanently or remains off line 3 or more months. # Any changes other than portal addressing will be made # by PrpleTears and will go on no other server without permission. # Song My All by Mariah Carey Separator { Dspace_EntryPoint { fields [ SFVec3f position, SFRotation rotation, SFFloat width, SFFloat height, SFFloat depth, SFBool fly, SFVec3f startPosition, SFRotation startRotation ] position 0 0 0 rotation 0 -1 0 3.142 width 2 height 0 depth 2 fly TRUE startPosition 0 15 0 startRotation -1 0 0 1.571 } Transform { scaleFactor 0.0999 0.0999 0.0999 } # scene general properties - DSpace header DSpace_Server { fields [ SFString server, SFString url ] server "Traveler.OzGate.com" url "http://www.OzGate.com/ebonytears.dsv" } WorldInfo { fields [ SFString title, MFString info ] title "Ebony Tears" info "" } DSpace_MaxAvatars { fields [ SFLong max ] max 20 } DSpace_MaxInstances { fields [ SFLong max ] max 3 } # scene environmental properties DSpace_CubeBoundary { fields [ SFVec3f min, SFVec3f max ] min -500.0 0.0 -550.0 max 500.0 500.0 510.0 } Environment { fields [ SFFloat ambientIntensity ] ambientIntensity 0.1 } Background { fields [ MFColor groundColors, MFColor skyColors, MFString scenery ] groundColors [ 0 0 0 ] #skyColors [] scenery "" } DSpace_Horizon { fields [ SFString url, SFFloat angularWidth, SFFloat bearing, SFFloat elevation ] url "ebonytears/fog3a.jpg" angularWidth 3.142 bearing 0 elevation .1 } DSpace_Horizon { fields [ SFString url, SFFloat angularWidth, SFFloat bearing, SFFloat elevation ] url "ebonytears/fog3.jpg" angularWidth 3.142 bearing 3.142 elevation .1 } # Gouraud shaded objects WWWInline { name "ebonytears/dock.wrl" } # Gouraud shaded objects Separator { Translation { translation 29.6 .6 -10.4 } DSpace_Spin { fields [ SFRotation rotation ] rotation 0 1 0 .02 } WWWInline { name "ebonytears/wat4.wrl" } } # DEFs Switch { whichChild -1 # DEF: regular_portal DEF regular_portal Separator { Material { diffuseColor 0 0 0 } MaterialBinding { value OVERALL } WWWInline { name "ebonytears/portal.wrl" } } } # portal: Ebony Tears User Space Separator { Transform { translation 60 -30 60 } DSpace_UserPortal { } WWWAnchor { name "ebonytears.dsv" description "Ebony Tears User Space" USE regular_portal } } # portal: Uninvited Separator { Transform { translation 420 0 -100 rotation 0 1 0 0.785 } WWWAnchor { name "uninvited.dsv" description "Uninvited" USE regular_portal } } # portal: Secret Garden Separator { Transform { translation 420 0 -200 rotation 0 1 0 0.785 } WWWAnchor { name "secret.dsv" description "Secret Garden" USE regular_portal } } # portal: Sand Dollars Separator { Transform { translation 420 0 -300 rotation 0 1 0 0.785 } WWWAnchor { name "sanddollars.dsv" description "Sand Dollars" USE regular_portal } } # portal: Sad Lisa Separator { Transform { translation 420 0 300 rotation 0 1 0 0.785 } WWWAnchor { name "sadlisa.dsv" description "Sad Lisa" USE regular_portal } } } # audio #AMBIENT_SOUND: "ebonytears/myall.olw", 0, -1,-1, 0.0, 0.0 DSpace_AmbientAudio { fields [ SFString url, SFLong innerLoopMinCount, SFLong innerLoopCountRange, SFFloat innerLoopMinDelay, SFFloat innerLoopDelayRange, SFLong outerLoopMinCount, SFLong outerLoopCountRange, SFFloat outerLoopMinDelay, SFFloat outerLoopDelayRange, SFFloat leftVolume, SFFloat rightVolume ] url "ebonytears/myall.olw" innerLoopMinCount -1 # << check this innerLoopCountRange 0 # << check this innerLoopMinDelay 0.00 # << check this innerLoopDelayRange 0.00 # << check this outerLoopMinCount -1 # << check this outerLoopCountRange 0 # << check this outerLoopMinDelay 0.00 # << check this outerLoopDelayRange 0.00 # << check this leftVolume 0.20 # << check this rightVolume 0.20 # << check this } }