#VRML V1.0 ascii Separator { } Transform { scaleFactor 0.025 0.025 0.025 } # scene general properties - DSpace header DSpace_Server { fields [ SFString server, SFString url ] server "Traveler.OzGate.com" url "http://www.OzGate.com/darkside.dsv" } WorldInfo { fields [ SFString title, MFString info ] title "Dark Side" info "Dark Side" } DSpace_MaxAvatars { fields [ SFLong max ] max 20 } DSpace_MaxInstances { fields [ SFLong max ] max 0 } # scene environmental properties DSpace_CubeBoundary { fields [ SFVec3f min, SFVec3f max ] min -1000 -1000 -1000 max 1000 1000 1000 } Environment { fields [ SFFloat ambientIntensity ] ambientIntensity 0.2 } # DEFs Switch { whichChild -1 # DEF: regular_portal DEF regular_portal Separator { Material { diffuseColor 0.7 0.1 0.1 } MaterialBinding { value OVERALL } WWWInline { name "darkside/AZPORT-M.WRL" } } } # portal: VRML Entrance Separator { Transform { translation 100.0 0.0 100.0 rotation 0 1 0 0.785 } WWWAnchor { name "entrance.dsv" description "VRML Entrance" USE regular_portal } } } }