#X3D V3.0 utf8 PROFILE Interactive # [X3D] version=3.0 # [X3D] noNamespaceSchemaLocation=https://www.web3d.org/specifications/x3d-3.0.xsd # X3D-to-ClassicVRML XSL translation autogenerated by X3dToClassicVrmlEncoding.xslt and X3dToVrml97.xslt # https://www.web3d.org/x3d/content/X3dToClassicVrmlEncoding.xslt # https://www.web3d.org/x3d/content/X3dToVrml97.xslt # Transformation using XSLT processor: Saxonica # head META "title" "Cover.x3d" META "description" "Wooden cover for kitchen storage lockers." META "creator" "Baris Aktop" META "created" "9 September 2002" META "modified" "20 October 2019" META "identifier" "https://savage.nps.edu/Savage/Buildings/HouseBarisAktop/Cover.x3d" META "generator" "X3D-Edit 3.2, https://savage.nps.edu/X3D-Edit" META "license" "../../license.html" # [Scene] ========== ========== ========== WorldInfo { title "Cover.x3d" } Group { children [ DEF cover1 Transform { center 0.35 0 0 translation 0.35 0.4 0 children [ Shape { appearance Appearance { texture DEF wood ImageTexture { url [ "wood.jpg" "https://savage.nps.edu/Savage/Buildings/HouseBarisAktop/wood.jpg" ] } material Material { diffuseColor 0.8 0.6 0 } } geometry Box { size 0.695 0.8 0.03 } } Transform { translation -0.3 0.3 0.04 children [ Shape { geometry Sphere { radius 0.03 } appearance Appearance { material Material { diffuseColor 0.8 0.6 0 } texture USE wood } } DEF coveropen CylinderSensor { description "click and drag to rotate" maxAngle 1.57 } ] ROUTE coveropen.rotation_changed TO cover1.set_rotation } ] } DEF cover2 Transform { center -0.35 0 0 translation -0.35 0.4 0 children [ Shape { appearance Appearance { texture USE wood material Material { diffuseColor 0.8 0.6 0 } } geometry Box { size 0.695 0.8 0.03 } } Transform { translation 0.3 0.3 0.04 children [ Shape { geometry Sphere { radius 0.03 } appearance Appearance { material Material { diffuseColor 0.8 0.6 0 } texture USE wood } } DEF coveropen2 CylinderSensor { description "click and drag to rotate" maxAngle 0 minAngle -1.57 } ] ROUTE coveropen2.rotation_changed TO cover2.set_rotation } ] } ] }