<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.3//EN" "https://www.web3d.org/specifications/x3d-3.3.dtd">
<X3D profile='Immersive' version='3.3 xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation =' https://www.web3d.org/specifications/x3d-3.3.xsd '>
<head>
<meta name='titlecontent='InlineExample.x3d'/>
<meta name='descriptioncontent='Inline example that loads Hello World example.'/>
<meta name='creatorcontent='Don Brutzman'/>
<meta name='createdcontent='12 October 2013'/>
<meta name='modifiedcontent='14 June 2020'/>
<meta name='infocontent='X3D profile in this scene must be suffient to support Inline scene in order to properly set up the X3D player.'/>
<meta name='referencecontent=' http://X3dGraphics.com '/>
<meta name='referencecontent=' https://www.web3d.org/x3d/content/examples/X3dResources.html '/>
<meta name='referencecontent=' ../HelloWorld.x3d'/>
<meta name='referencecontent=' https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#InlinesPrototypes '/>
<meta name='referencecontent='InlineKelpForest.x3d'/>
<meta name='rightscontent='Copyright Don Brutzman and Leonard Daly 2007'/>
<meta name='subjectcontent=' X3D book, X3D graphics, X3D-Edit, http://www.x3dGraphics.com '/>
<meta name='identifiercontent=' http://X3dGraphics.com/examples/X3dForWebAuthors/Chapter03Grouping/InlineExample.x3d '/>
<meta name='generatorcontent='X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit'/>
<meta name='licensecontent=' ../license.html'/>
</head>
<!--

Index for DEF nodes : HelloWorldInline, ViewFartherBack

Index for Viewpoint image : ViewFartherBack
-->
<Scene>
<!-- The following url is an ordered list of multiple addresses that support the following use cases. -->
<!-- Use case: (1a) .x3d on local disk or (1b) web server query looks on local server -->
<!-- Use case: (2) Older VRML97 browser unable to read X3D, reads .wrl version instead (backwards compatibility) -->
<!-- Use case: (3) local copy not available, retrieve from permanent server address -->
<!-- Use case: (4) combination of cases (2) and (3), VRML97 on remote server -->
<!-- TODO consider simpler scene to illustrate Inline, also consider adding Viewpoint -->
<WorldInfo title='Inline.x3d'/>
<Inline DEF='HelloWorldInline'
  url=' "../HelloWorld.x3d" "http://X3dGraphics.com/examples/X3dForWebAuthors/HelloWorld.x3d" "../HelloWorld.wrl" "http://X3dGraphics.com/examples/X3dForWebAuthors/HelloWorld.wrl" '/>

<!-- Background nodes in the parent scene are automatically bound before any Background nodes from child Inline scenes -->
<Background skyColor='0.560784 0.654902 1'/>
<!-- Viewpoints in the parent and children scenes appear in order of definition, allowing authors to predict results -->
<Viewpoint DEF='ViewFartherBackcenterOfRotation='0 -1 0description='Hello world!position='0 -1 9'/>
<!-- This box encloses the world but not the text found in the Inline scene HelloWorld.x3d -->
<Shape>
<Box size='2.1 2.1 2.21'/>
<Appearance>
<Material diffuseColor='1 1 1transparency='0.5'/>
</Appearance>
</Shape>
</Scene>
</X3D>
<!--

Index for DEF nodes : HelloWorldInline, ViewFartherBack

Index for Viewpoint image : ViewFartherBack
-->

<!-- Color key: <X3dNode DEF='idName' field='value'/> matches <XmlElement DEF='idName' attribute='value'/>
(Light blue background: behavior node) (Grey background: inserted documentation) (Magenta background: X3D Extensibility)
-->

<!-- For additional help information about X3D scenes, please see X3D Tooltips, X3D Resources and X3D Scene Authoring Hints. -->