1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 4.0//EN" "https://www.web3d.org/specifications/x3d-4.0.dtd">
|
3 | <X3D profile='Immersive' version='4.0' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='http://www.web3d.org/specifications/x3d-4.0.xsd'> |
4 | <head> |
5 | <component level='4' name='Rendering'/> |
6 | <unit category='length' conversionFactor='0.3048' name='FeetToMeters'/> |
7 | <!-- Authors need to provide meta tags as appropriate --> |
8 | <meta name='title' content='HelloSceneGraphStructure.x3d'/> |
9 | <meta name='description' content='Show basic scene graph structure'/> |
10 | <meta name='creator' content='Don Brutzman'/> |
11 | <meta name='created' content='18 September 2022'/> |
12 | <meta name='modified' content='18 September 2022'/> |
13 | <meta name='Image' content='HelloSceneGraphStructure.png'/> |
14 | <meta name='identifier' content='https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter01TechnicalOverview/HelloSceneGraphStructure.x3d'/> |
15 | <meta name='generator' content='X3D-Edit 4.0, https://savage.nps.edu/X3D-Edit'/> |
16 | <meta name='license' content='../license.html'/> |
17 | </head> |
18 | <Scene> |
19 | <WorldInfo title='HelloSceneGraphStructure.x3d'/> |
20 | <!-- Scene graph nodes are added here --> |
21 | <Transform> |
22 | <Inline url=' "HelloTriangle.x3d" "HelloTriangle.wrl" "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter01TechnicalOverview/HelloTriangle.x3d" "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter01TechnicalOverview/HelloTriangle.wrl" '/> |
23 | <!-- TODO add children nodes here --> |
24 | </Transform> |
25 | </Scene> |
26 | </X3D> |
<!--
Color legend: X3D terminology
<X3dNode
field='value'/>
matches XML terminology
<XmlElement
attribute='value'/>
(Light-blue background: event-based behavior node or statement)
(Grey background inside box: inserted documentation)
(Magenta background: X3D Extensibility)
-->
<!-- For additional help information about X3D scenes, please see X3D Tooltips, X3D Resources, and X3D Scene Authoring Hints. -->