#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" "SatelliteBody.x3d" META "description" "Simple satellite body." META "creator" "Michael Hunsberger" META "created" "6 June 2001" META "modified" "20 October 2019" META "identifier" "https://savage.nps.edu/Savage/CommunicationsAndSensors/Satellite/SatelliteBody.x3d" META "subject" "Satellite, Communications" META "generator" "X3D-Edit 3.2, https://savage.nps.edu/X3D-Edit" META "license" "../../license.html" # [Scene] ========== ========== ========== WorldInfo { title "SatelliteBody.x3d" } Group { children [ Transform { children [ Shape { appearance DEF Silver Appearance { material Material { diffuseColor .75 .75 .75 } } geometry Cylinder { height 4 radius .75 } } ] } Transform { translation 0 2.5 0 children [ Shape { appearance USE Silver geometry Cone { bottomRadius .75 height 1 } } ] } Transform { translation 2.5 0 0 children [ DEF Wing Shape { appearance Appearance { material Material { diffuseColor .75 .75 .75 transparency .5 } } geometry Box { size 3.0 2.0 .25 } } ] } Transform { translation -2.5 0 0 children [ USE Wing ] } Transform { rotation 0 0 1 1.57 children [ Shape { appearance USE Silver geometry Cylinder { radius .1 } } ] } Transform { translation 0 -1.75 0 children [ Shape { appearance Appearance { material Material { diffuseColor 1 1 0 } } geometry Cone { bottomRadius .7 } } ] } ] }