<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.0//EN" "https://www.web3d.org/specifications/x3d-3.0.dtd">
<X3D profile='Immersive' version='3.0' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-3.0.xsd'>
  <head>
    <meta content='ExclusionZoneExample.x3d' name='title'/>
    <meta content='ExclusionZoneExample shows example use of the ExclusionZone prototype.' name='description'/>
    <meta content='Alan Hudson' name='creator'/>
    <meta content='11 September 2006' name='created'/>
    <meta content='28 November 2019' name='modified'/>
    <meta content='https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/ExclusionZoneExample.x3d' name='identifier'/>
    <meta content='TextPad' name='generator'/>
    <meta content='../../license.html' name='license'/>
  </head>
  <Scene>
    <WorldInfo title='ExclusionZoneExample.x3d'/>
    <ExternProtoDeclare name='ExclusionZones' url='"ExclusionZonePrototype.wrl#ExclusionZones" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/ExclusionZonePrototype.wrl#ExclusionZones" "ExclusionZonePrototype.x3d#ExclusionZones" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/ExclusionZonePrototype.x3d#ExclusionZones"'>
      <field accessType='inputOutput' appinfo='Usually to raise ranges off the surface' name='translation' type='SFVec3f'/>
      <field accessType='inputOutput' appinfo='Length in Meters for the radius of the range' name='OutterRange' type='SFVec3f'/>
      <field accessType='inputOutput' appinfo='Length in Meters for the radius of the range' name='MiddleRange' type='SFVec3f'/>
      <field accessType='inputOutput' appinfo='Length in Meters for the radius of the range' name='InnerRange' type='SFVec3f'/>
      <field accessType='inputOutput' appinfo='Turns zones on and off' name='whichChoice' type='SFInt32'/>
    </ExternProtoDeclare>
    <ProtoInstance name='ExclusionZones'>
      <fieldValue name='OutterRange' value='9 9 9'/>
      <fieldValue name='MiddleRange' value='4 4 4'/>
      <fieldValue name='InnerRange' value='2 2 2'/>
      <fieldValue name='whichChoice' value='0'/>
    </ProtoInstance>
  </Scene>
</X3D>