#X3D V3.0 utf8 PROFILE Immersive # [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 ### Info: differs from profile='Interchange' computed for this model # head META "title" "Sea.x3d" META "description" "Simple ocean texture wrapped on a Box" META "creator" "George Stavritis" META "created" "14 January 2014" META "modified" "20 October 2019" META "identifier" "https://savage.nps.edu/Savage/ShipsMilitary/FrigateGreece/Sea.x3d" META "generator" "X3D-Edit 3.2, https://savage.nps.edu/X3D-Edit" META "license" "../../license.html" # [Scene] ========== ========== ========== WorldInfo { title "Sea.x3d" } Transform { translation 0 0 0.03 children [ Shape { appearance Appearance { material Material { } texture ImageTexture { url [ "sea.jpg" "https://savage.nps.edu/Savage/ShipsMilitary/FrigateGreece/sea.jpg" ] } } geometry Box { size 1.5 1 0.01 } } ] } Transform { children [ Shape { appearance Appearance { material Material { transparency 0.3 } texture ImageTexture { url [ "sea.jpg" "https://savage.nps.edu/Savage/ShipsMilitary/FrigateGreece/sea.jpg" ] } } geometry Box { size 1.5 1 0.01 } } ] }