#X3D V3.0 utf8 PROFILE Interchange # [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" "Altimeter.x3d" META "description" "This file defines an altimiter gauge that is inlined to create the cockpit console of a helicopter" META "creator" "Jane Wu (adapted from the original altimiter.wrl created for vrtp demo helicopter)" META "created" "9 January 2001" META "modified" "20 October 2019" META "identifier" "https://savage.nps.edu/Savage/AircraftHelicopters/HelicopterUnitedStates/Altimeter.x3d" META "generator" "X3D-Edit 3.2, https://savage.nps.edu/X3D-Edit" META "license" "../../license.html" # [Scene] ========== ========== ========== WorldInfo { title "Altimeter.x3d" } Group { children [ Shape { appearance DEF GREEN Appearance { material Material { diffuseColor 0.0 1.0 0.0 } } geometry Box { size 0.06 0.06 0.03 } } Transform { rotation 1.0 0.0 0.0 1.57 translation 0.0 0.0 0.015 children [ Shape { appearance DEF BLACK Appearance { material Material { diffuseColor 0.0 0.0 0.0 } } geometry Cylinder { bottom FALSE height 0.008 radius 0.025 } } ] } Transform { translation 0.0 0.01 0.018 children [ Shape { appearance DEF WHITE Appearance { material Material { diffuseColor 1.0 1.0 1.0 } } geometry Box { size 0.002 0.018 0.003 } } ] } ] }