<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 4.0//EN" "https://www.web3d.org/specifications/x3d-4.0.dtd">
<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'>
  <head>
    <component level='2' name='DIS'/>
    <meta content='AutomatedEntityGeometryCreator.x3d' name='title'/>
    <meta 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.' name='description'/>
    <meta content='Alan Hudson and Justin Couch' name='creator'/>
    <meta content='Don Brutzman' name='translator'/>
    <meta content='4 March 2005' name='created'/>
    <meta content='8 January 2009' name='translated'/>
    <meta content='3 July 2022' name='modified'/>
    <meta content='AutomatedEntityGeometryCreatorOriginal.x3dv' name='reference'/>
    <meta content='http://www.xj3d.org/extensions/DIS_examples.html' name='reference'/>
    <meta content='https://www.web3d.org/x3d/specifications/ISO-IEC-FDIS-19775-1.2-X3D-AbstractSpecification/Part01/components/dis.html#DISEntityManager' name='reference'/>
    <meta content='IEEE Distributed Interactive Simulation DIS' name='subject'/>
    <meta content='under development' name='warning'/>
    <meta content='missing script source' name='error'/>
    <meta content='http://bugzilla.xj3d.org/show_bug.cgi?id=561' name='reference'/>
    <meta content='conversion of .x3dv original version failed' name='warning'/>
    <meta content='http://bugzilla.xj3d.org/show_bug.cgi?id=563' name='reference'/>
    <meta content='https://www.web3d.org/x3d/content/examples/Basic/DistributedInteractiveSimulation/AutomatedEntityGeometryCreator.x3d' name='identifier'/>
    <meta content='X3D-Edit 3.3, https://www.web3d.org/x3d/tools/X3D-Edit' name='generator'/>
    <meta content='Xj3D, http://www.xj3d.org' name='generator'/>
    <meta content='../license.html' name='license'/>
  </head>
  <!-- TODO editor pane: add tooltips to various DIS editor panes -->
  <!-- TODO: change notional url connections to actual models -->
  <!-- TODO: integrate Open-DIS enumerations for field selections wherever appropriate -->
  <!-- TODO: add test file for playback and console output or description of results -->
  <Scene>
    <WorldInfo title='AutomatedEntityGeometryCreator.x3d'/>
    <DISEntityManager DEF='EntityManager' address='224.2.181.145' port='62040'>
      <!-- default containerField for DISEntityManager child DISEntityTypeMapping changed from 'mapping' to 'children' in X3D4 -->
      <DISEntityTypeMapping category='1' country='225' domain='1' kind='1' url='"usatank.x3d" "https://www.web3d.org/x3d/content/examples/Basic/DistributedInteractiveSimulation/usatank.x3d"'/>
      <DISEntityTypeMapping category='4' country='225' domain='3' kind='1' url='"ddg.x3d" "https://www.web3d.org/x3d/content/examples/Basic/DistributedInteractiveSimulation/ddg.x3d"'/>
      <DISEntityTypeMapping domain='1' kind='1' url='"land.x3d" "https://www.web3d.org/x3d/content/examples/Basic/DistributedInteractiveSimulation/land.x3d"'/>
      <DISEntityTypeMapping domain='3' kind='1' url='"surface.x3d" "https://www.web3d.org/x3d/content/examples/Basic/DistributedInteractiveSimulation/surface.x3d"'/>
    </DISEntityManager>
    <Group DEF='EntityHolder'/>
    <ROUTE fromField='addedEntities' fromNode='EntityManager' toField='addChildren' toNode='EntityHolder'/>
    <ROUTE fromField='removedEntities' fromNode='EntityManager' toField='removeChildren' toNode='EntityHolder'/>
  </Scene>
</X3D>