#VRML V1.0 ascii Separator { # scene general properties - DSpace header DSpace_Server { fields [ SFString server, SFString url ] server "Traveler.OzGate.com" url "http://www.OzGate.com/tunnel.dsv" } WorldInfo { fields [ SFString title, MFString info ] title "Tunnel Chillin" info "By Angle Grinder" } DSpace_MaxAvatars { fields [ SFLong max ] max 20 } DSpace_MaxInstances { fields [ SFLong max ] max 0 } } Separator { WWWInline { name "tunnel/tunnelf.wrl" } } # scene environmental properties # DEFs Switch { whichChild -1 # DEF: regular_portal DEF regular_portal Separator { Material { diffuseColor 0.7 0.1 0.1 } MaterialBinding { value OVERALL } WWWInline { name "tunnel/AZPORT-M.WRL" } } } # portal: Polybombed Separator { Transform { scaleFactor 0.1 0.1 0.1 translation 4.0 1.0 20.0 rotation 0 1 0 0.785 } WWWAnchor { name "polybombed.dsv" description "PolyBombed" USE regular_portal } } # portal: OzGate entrance Separator { Transform { scaleFactor 0.1 0.1 0.1 translation 4.0 1.0 -20.0 rotation 0 1 0 0.785 } WWWAnchor { name "entrance.dsv" description "OzGate Entrance" USE regular_portal } }}