#VRML V1.0 ascii # Made for OzGate Oct. 2001 and will remain # exclusive to the OzGate server unless server # closes permanatly or remains off line 3 or more months. # Space Designed By: PrpleTears Oct, 2001 Copyright, PrpleTears # Hay texture created by Fellow Traveler; NiceDude # Cricket sound by Fellow Traveler; Odice # Any changes other than portal addressing # will be made by PrpleTears. Separator { DSpace_EntryPoint { position 0 0 100 rotation 0 -1 0 3.142 width 0 height 0 depth 0 fly FALSE startPosition 0 15 0 startRotation -1 0 0 1.571 } Transform { scaleFactor 0.0699 0.0699 0.0699 } # lights DEF NE_Down DirectionalLight { intensity 0.5 direction -0.5 -0.5 0.5000 on TRUE } DEF NW_Down DirectionalLight { intensity 0.1 direction 0.5 -0.5 0.5000 on TRUE } DEF SW_Down DirectionalLight { intensity 0.6 direction 0.5 -0.5 -0.5000 on TRUE } DEF SE_Down DirectionalLight { intensity 0.1 direction -0.5 -0.5 -0.5000 on TRUE } # scene general properties - DSpace header DSpace_Server { fields [ SFString server, SFString url ] server "130.239.57.36" url "http://www.OzGate.com/Europe/harvestmoon.dsv" } WorldInfo { fields [ SFString title, MFString info ] title "Harvest Moon" 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 -300.0 0.0 -250.0 max 300.0 500.0 210.0 } Environment { fields [ SFFloat ambientIntensity ] ambientIntensity 0.1 } Background { fields [ MFColor groundColors, MFColor skyColors, MFString scenery ] groundColors [ 0.0 0.1 0.0 ] #skyColors [] scenery "../harvestmoon/smskyf2.jpg" } DSpace_Horizon { fields [ SFString url, SFFloat angularWidth, SFFloat bearing, SFFloat elevation ] url "../harvestmoon/farmsky3.jpg" angularWidth 3.142 bearing 0 elevation 0.1 } DSpace_Horizon { fields [ SFString url, SFFloat angularWidth, SFFloat bearing, SFFloat elevation ] url "../harvestmoon/farmsky3m.jpg" angularWidth 3.142 bearing 3.141 elevation 0.1 } #1 Gouraud shaded objects Separator { Translation { translation 0 0 0 } DSpace_Spin { fields [ SFRotation rotation ] rotation 0 -1 0 0 } WWWInline { name "../harvestmoon/barnyard3a.wrl" } } # DEFs Switch { whichChild -1 # DEF: regular_portal DEF regular_portal Separator { Material { diffuseColor 0.0 0.0 0.0 } MaterialBinding { value OVERALL } WWWInline { name "../harvestmoon/Azport-g.WRL" } } } # portal: Harvest Moon User Space Separator { Transform { translation 60 -30 60 } DSpace_UserPortal { } WWWAnchor { name "harvestmoon.dsv" description "Harvest Moon User Space" USE regular_portal } } # portal: VRML Entrance Separator { Transform { translation 110.0 -30 60 rotation 0 1 0 0.785 } WWWAnchor { name "entrance.dsv" description "VRML Entrance" USE regular_portal } } # portal: Halloween2000 Separator { Transform { translation 10.0 -30 60 rotation 0 1 0 0.785 } WWWAnchor { name "halloween2000.dsv" description "Halloween2000" USE regular_portal } } # audio #AMBIENT_SOUND: "../harvestmoon/odice.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 "../harvestmoon/odice.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.10 # << check this rightVolume 0.10 # << check this } }