#VRML V1.0 ascii # Created by PrpleTears , 2004, All Rights Reserved OzGate. # This is a birthday gift to Oz; Jan 2004 # This space will ALWAYS be property of the OzGate servers # and NO permission given for it to be placed elsewhere. # Happy Birthday OzMan and many more to come! Your Friend, Tears # P.S. no changes except to portals in the future please lol 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 1.52 width 0 height 0 depth 0 fly FALSE 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 "Europe.OzGate.com" url "http://www.OzGate.com/Europe/thewizard.dsv" } WorldInfo { fields [ SFString title, MFString info ] title "The Wizard" 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 -30.0 0.0 -100.0 max 750.0 150.0 100.0 } Environment { fields [ SFFloat ambientIntensity ] ambientIntensity 0.1 } Background { fields [ MFColor groundColors, MFColor skyColors, MFString scenery ] groundColors [ ] #skyColors [ ] scenery "" } # Gouraud shaded objects WWWInline { name "../thewizard/room3a.wrl" } # Gouraud shaded objects WWWInline { name "../thewizard/wv1.wrl" } #1 Gouraud shaded objects Separator { Translation { translation 75 0 0 } DSpace_Spin { fields [ SFRotation rotation ] rotation 0 -1 0 .11 } WWWInline { name "../thewizard/wv2.wrl" } } #1 Gouraud shaded objects Separator { Translation { translation 150 0 0 } DSpace_Spin { fields [ SFRotation rotation ] rotation 0 -1 0 .11 } WWWInline { name "../thewizard/wv3.wrl" } } # DEFs Switch { whichChild -1 # DEF: regular_portal DEF regular_portal Separator { Material { diffuseColor 0 0 0 } MaterialBinding { value OVERALL } WWWInline { name "../thewizard/AZPORT-M.WRL" } } } # portal: Tornado Separator { Transform { translation -320 10 220 rotation 0 1 0 0.785 } WWWAnchor { name "tornado.dsv" description "Tornado" USE regular_portal } } # portal: Land Of Oz Separator { Transform { translation -320 10 320 rotation 0 1 0 0.785 } WWWAnchor { name "landofoz.dsv" description "Land Of Oz" USE regular_portal } } } # audio #AMBIENT_SOUND: "../thewizard/wizroom.wav", 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 "../thewizard/wizroom.wav" 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.30 # << check this rightVolume 0.30 # << check this } }