#VRML V2.0 utf8 # [X3D] VRML V3.2 utf8 # PROFILE Immersive # [X3D] version=3.2 # [X3D] noNamespaceSchemaLocation=/specifications/x3d-3.2.xsd # X3D-to-VRML-97 XSL translation autogenerated by X3dToVrml97.xslt # /x3d/content/X3dToVrml97.xslt # Transformation using XSLT processor: Saxonica ### Info: differs from profile='Interchange' computed for this model # head # META "title" "ImageMappingExample.x3d" # META "description" "Demonstrate example image mapping to IndexedFaceSet used in Web3dTimeline.x3d" # META "creator" "Don Brutzman" # META "created" "4 March 2012" # META "modified" "20 October 2019" # META "reference" "Web3dTimeline.x3d" # META "identifier" "/x3d/content/examples/Basic/Web3dOutreach/ImageMappingExample.x3d" # META "generator" "X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit" # META "license" "../license.html" # [Scene] ========== ========== ========== WorldInfo { title "ImageMappingExample.x3d" } Viewpoint { description "Image mapping example" position 0 0 1.2 } Background { skyColor [ 0.941176 0.956863 1 ] } DEF ImageTransform Transform { translation -0.5 -0.1 0 children [ Shape { appearance Appearance { texture ImageTexture { url [ "images/vrml97.gif" "/x3d/content/examples/Basic/Web3dOutreach/images/vrml97.gif" ] } } geometry DEF ImageIFS IndexedFaceSet { coordIndex [ 0 1 2 3 -1 ] solid FALSE coord DEF ImageCoordinate Coordinate { point [ 0 0 0 0 0.18085106382978725 0 1 0.18085106382978725 0 1 0 0 ] } texCoord TextureCoordinate { point [ 0 0 0 1 1 1 1 0 ] } } } ] }