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='https://www.web3d.org/specifications/x3d-4.0.xsd'> |
4 | <head> |
5 | <component level='2' name='DIS'/> |
6 | <meta name='title' content='AutomatedEntityGeometryCreator.x3d'/> |
7 | <meta name='description' content='Example scene for DISEntityManager and DISEntityTypeMapping, showing design pattern to detect presence of new DIS entities and automatically produce EspduTransform holding an Inline copy of the appropriate model.'/> |
8 | <meta name='creator' content='Alan Hudson and Justin Couch'/> |
9 | <meta name='translator' content='Don Brutzman'/> |
10 | <meta name='created' content='4 March 2005'/> |
11 | <meta name='translated' content='8 January 2009'/> |
12 | <meta name='modified' content='3 July 2022'/> |
13 | <meta name='reference' content='AutomatedEntityGeometryCreatorOriginal.x3dv'/> |
14 | <meta name='reference' content='http://www.xj3d.org/extensions/DIS_examples.html'/> |
15 | <meta name='reference' content='https://www.web3d.org/x3d/specifications/ISO-IEC-FDIS-19775-1.2-X3D-AbstractSpecification/Part01/components/dis.html#DISEntityManager'/> |
16 | <meta name='subject' content='IEEE Distributed Interactive Simulation DIS'/> |
17 | <meta name=' warning ' content=' under development '/> |
18 | <meta name=' error ' content=' missing script source '/> |
19 | <meta name='reference' content='http://bugzilla.xj3d.org/show_bug.cgi?id=561'/> |
20 | <meta name=' warning ' content=' conversion of .x3dv original version failed '/> |
21 | <meta name='reference' content='http://bugzilla.xj3d.org/show_bug.cgi?id=563'/> |
22 | <meta name='identifier' content='https://www.web3d.org/x3d/content/examples/Basic/DistributedInteractiveSimulation/AutomatedEntityGeometryCreator.x3d'/> |
23 | <meta name='generator' content='X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit'/> |
24 | <meta name='generator' content='Xj3D, http://www.xj3d.org'/> |
25 | <meta name='license' content='../license.html'/> |
26 | </head> |
27 | <!-- TODO editor pane: add tooltips to various DIS editor panes --> |
28 | <!-- TODO: change notional url connections to actual models --> |
29 | <!-- TODO: integrate Open-DIS enumerations for field selections wherever appropriate --> |
30 | <!-- TODO: add test file for playback and console output or description of results --> |
31 | <Scene> |
32 | <WorldInfo title='AutomatedEntityGeometryCreator.x3d'/> |
33 |
<!-- ROUTE information for EntityManager node:
[from addedEntities to EntityHolder.addChildren
]
[from removedEntities to EntityHolder.removeChildren
]
-->
<DISEntityManager DEF='EntityManager' address='224.2.181.145' port='62040' containerField='children'> |
34 | <!-- default containerField for DISEntityManager child DISEntityTypeMapping changed from 'mapping' to 'children' in X3D4 --> |
35 | <DISEntityTypeMapping category='1' country='225' domain='1' kind='1' containerField='children' url=' "usatank.x3d" "https://www.web3d.org/x3d/content/examples/Basic/DistributedInteractiveSimulation/usatank.x3d" '/> |
36 | <DISEntityTypeMapping category='4' country='225' domain='3' kind='1' containerField='children' url=' "ddg.x3d" "https://www.web3d.org/x3d/content/examples/Basic/DistributedInteractiveSimulation/ddg.x3d" '/> |
37 | <DISEntityTypeMapping domain='1' kind='1' containerField='children' url=' "land.x3d" "https://www.web3d.org/x3d/content/examples/Basic/DistributedInteractiveSimulation/land.x3d" '/> |
38 | <DISEntityTypeMapping domain='3' kind='1' containerField='children' url=' "surface.x3d" "https://www.web3d.org/x3d/content/examples/Basic/DistributedInteractiveSimulation/surface.x3d" '/> |
39 | </DISEntityManager> |
40 |
<!-- ROUTE information for EntityHolder node:
[from EntityManager.addedEntities to addChildren
]
[from EntityManager.removedEntities to removeChildren
]
-->
<Group DEF='EntityHolder'/> |
41 | < ROUTE fromNode='EntityManager' fromField='addedEntities' toNode='EntityHolder' toField='addChildren'/> |
42 | < ROUTE fromNode='EntityManager' fromField='removedEntities' toNode='EntityHolder' toField='removeChildren'/> |
43 | </Scene> |
44 | </X3D> |
Event Graph ROUTE Table with 2 ROUTE connections total, showing X3D event-model relationships for this scene.
Each row shows an event cascade that may occur during a single timestamp interval between frame renderings, as part of the X3D execution model.
<!--
Color legend: X3D terminology
<X3dNode
DEF='idName' field='value'/>
matches XML terminology
<XmlElement
DEF='idName' 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. -->