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='Core' version='4.0' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-4.0.xsd'> |
4 | <head> |
5 | <meta name='title' content='EmptySceneCoreProfile.x3d'/> |
6 | <meta name='description' content='Illustrate a minimalist scene using only Core profile nodes. Root nodes must either be allowed children nodes of a Grouping node, or a LayerSet node. Note that DOCTYPE, head/meta and Group/Metadata* elements can be deleted without losing scene validity.'/> |
7 | <meta name='creator' content='Leonard Daly, Don Brutzman'/> |
8 | <meta name='created' content='24 February 2014'/> |
9 | <meta name='modified' content='3 August 2024'/> |
10 | <meta name='reference' content='EmptyScene.x3d'/> |
11 | <meta name=' TODO ' content=' should Metadata nodes inherit from X3DNode or X3DChildNode? '/> |
12 | <meta name='info' content='WorldInfo is in Core Profile or higher'/> |
13 | <meta name=' TODO ' content=' ProtoInstance requires Core component level 1, complete prototype support requires Core component level 2 (or is optional in level 1) '/> |
14 | <meta name='specificationSection' content='X3D 4.0 Architecture, ISO/IEC 19775-1:2023, 7 Core Component, Table 7.2 — Core component support levels'/> |
15 | <meta name='specificationUrl' content='https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/core.html#t-CoresupportLevels'/> |
16 | <meta name=' TODO ' content=' Mantis issue 1448 https://www.web3d.org/member-only/mantis/view.php?id=1448 '/> |
17 | <meta name='specificationSection' content='X3D 4.0 Architecture, ISO/IEC 19775-1:2023, Annex A Core Profile, Table A.3 — Nodes for conforming to the Core profile'/> |
18 | <meta name='specificationUrl' content='https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/coreprofile.html#t-NodesForConformingToCoreProfile'/> |
19 | <meta name='reference' content='https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/concepts.html#Rootnodes'/> |
20 | <meta name='info' content='Increase X3D profile (or add component statements) to match if any other X3D nodes are added to this scene.'/> |
21 | <meta name='identifier' content='https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter01TechnicalOverview/EmptySceneCoreProfile.x3d'/> |
22 | <meta name='reference' content='https://x3dgraphics.com/chapters/Chapter15MetadataInformation.html'/> |
23 | <meta name='reference' content='https://X3dGraphics.com'/> |
24 | <meta name='generator' content='X3D-Edit 4.0, https://savage.nps.edu/X3D-Edit'/> |
25 | <meta name='license' content='../license.html'/> |
26 | </head> |
27 | <Scene> |
28 | <!-- Core profile can only contain WorldInfo and Metadata nodes. --> |
29 | <WorldInfo title='EmptySceneCoreProfile.x3d'/> |
30 | <WorldInfo> |
31 | <MetadataSet containerField='metadata' name='NodeSet'> |
32 | <MetadataBoolean name='BooleanData' value='true false'/> |
33 | <MetadataDouble name='DoubleData' value='1 2 3'/> |
34 | <MetadataFloat name='FloatData' value='4 5 6'/> |
35 | <MetadataInteger name='IntegerData' value='7 8 9'/> |
36 | <MetadataString name='StringData' value='"Empty Scene" "Core Profile"'/> |
37 | </MetadataSet> |
38 | </WorldInfo> |
39 | </Scene> |
40 | </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. -->