#VRML V1.0 ascii # Copyright (c) OzGate , 1999, All Rights Reserved. # Designed by PrpleTears (11/99) 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/conference.dsv" } WorldInfo { fields [ SFString title, MFString info ] title "OzGate Conference Hall" 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 -1000.0 0.0 -1000.0 max 1000.0 1000.0 1000.0 } Environment { fields [ SFFloat ambientIntensity ] ambientIntensity 0.1 } Background { fields [ MFColor groundColors, MFColor skyColors, MFString scenery ] groundColors [ 0.2 0.0 0.0 ] #skyColors [0 0 0] scenery "conference/officeStar.png" } DSpace_Horizon { fields [ SFString url, SFFloat angularWidth, SFFloat bearing, SFFloat elevation ] url ".png" angularWidth 3.142 bearing 0 elevation .1 } DSpace_Horizon { fields [ SFString url, SFFloat angularWidth, SFFloat bearing, SFFloat elevation ] url ".png" angularWidth 3.142 bearing 3.142 elevation .1 } # Gouraud shaded objects WWWInline { name "conference/office4a.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 "conference/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: OzGate Power Plant Separator { Transform { translation 320 10 420 rotation 0 1 0 0.785 } WWWAnchor { name "powerplant.dsv" description "OzGate Power Plant" USE regular_portal } } # audio #AMBIENT_SOUND: "", 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 "" 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.50 # << check this rightVolume 0.50 # << check this } }