#VRML V1.0 ascii # Copyright (c) PrpleTears , 2000, All Rights Reserved. # Designed by PrpleTears (02/00) # Song sang by Otis Redding, Loving You Too Long 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/cellar.dsv" } WorldInfo { fields [ SFString title, MFString info ] title "The Cellar" 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 -140.0 0.0 -140.0 max 140.0 45.0 140.0 } Environment { fields [ SFFloat ambientIntensity ] ambientIntensity 0.1 } Background { fields [ MFColor groundColors, MFColor skyColors, MFString scenery ] groundColors [] #skyColors [] scenery ".jpg" } DSpace_Horizon { fields [ SFString url, SFFloat angularWidth, SFFloat bearing, SFFloat elevation ] url ".jpg" angularWidth 3.142 bearing 0 elevation .1 } DSpace_Horizon { fields [ SFString url, SFFloat angularWidth, SFFloat bearing, SFFloat elevation ] url "" angularWidth 3.142 bearing 3.142 elevation .1 } # Gouraud shaded objects WWWInline { name "cellar/cellar3a.wrl" } # Gouraud shaded objects Separator { Translation { translation 29.6 .5 -10.4 } DSpace_Spin { fields [ SFRotation rotation ] rotation 0 -1 0 .99 } WWWInline { name "cellar/steam4.wrl" } } # Gouraud shaded objects Separator { Translation { translation 29.6 1 -10.4 } DSpace_Spin { fields [ SFRotation rotation ] rotation 0 1 0 .99 } WWWInline { name "cellar/steam1.wrl" } } # Gouraud shaded objects Separator { DSpace_Spin { fields [ SFRotation rotation ] rotation 0 1 0 .22 } WWWInline { name "cellar/lights.wrl" } } # Gouraud shaded objects Separator { DSpace_Spin { fields [ SFRotation rotation ] rotation 0 1 0 .40 } WWWInline { name "cellar/fana.wrl" } } # DEFs Switch { whichChild -1 # DEF: regular_portal DEF regular_portal Separator { Material { diffuseColor 0.7 0.1 0.1 } MaterialBinding { value OVERALL } WWWInline { name "cellar/AZPORT-M.WRL" } } } # portal: VRML Entrance Separator { Transform { translation 320 10 320 rotation 0 1 0 0.785 } WWWAnchor { name "entrance.dsv" description "VRML Entrance" USE regular_portal } } # portal: Cellar User Space Separator { Transform { translation 120 10 320 } DSpace_UserPortal { } WWWAnchor { name "cellar.dsv" description "Cellar User Space" USE regular_portal } } } # audio #AMBIENT_SOUND: "cellar/otis2.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 "cellar/otis2.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.02 # << check this rightVolume 0.02 # << check this } }