<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.0//EN" "http://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 =' http://www.web3d.org/specifications/x3d-3.0.xsd '>
<head>
<meta name='titlecontent='bound-500.x3d'/>
<meta name='MovingImagecontent='bound-500-movie.mpg'/>
<meta name='referencecontent=' http://www.nist.gov/vrml.html '/>
<meta name='referencecontent=' http://www.itl.nist.gov/div897/ctg/vrml/vrml.html '/>
<meta name='creatorcontent=' http://www.itl.nist.gov/div897/ctg/vrml/members.html '/>
<meta name='disclaimercontent=' This file was provided by the National Institute of Standards and Technology, and is part of the X3D Conformance Test Suite, available at http://www.nist.gov/vrml.html The information contained within this file is provided for use in establishing conformance to the ISO VRML97 Specification. Conformance to this test does not imply recommendation or endorsement by the National Institute of Standards and Technology. This software can be redistributed and/or modified freely provided that any derivative works bear some notice that they are derived from it, and any modified versions bear some notice that they have been modified. '/>
<meta name='infocontent=' Correct definition and compliance of this conformance scene is maintained by the X3D Working Group, http://www.web3d.org/working-groups/x3d '/>
<meta name='translatorcontent='Michael Kass NIST, Don Brutzman NPS'/>
<meta name='translatedcontent='21 January 2001'/>
<meta name='modifiedcontent='11 January 2014'/>
<meta name='descriptioncontent='This tests check the boundary condition of 500 children per grouping node. A Switch node is defined with 500 children in its "switch" field. Section 7.3 (Minimum Support Requirements) of the VRML specifications 500 children within a single grouping node. The test should generate 500 default color spheres and radius 0.3 meters.'/>
<meta name='identifiercontent=' http://www.web3d.org/x3d/content/examples/ConformanceNist/SpecialGroups/Switch/bound-500.x3d '/>
<meta name='generatorcontent='Vrml97ToX3dNist, http://ovrt.nist.gov/v2_x3d.html'/>
<meta name='generatorcontent='X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit'/>
<meta name='licensecontent=' ../../license.html'/>
</head>
<!--

Index for DEF nodes : convert-script, text-color, text-time, the-click, the-geometry, the-switch, the-time, the-touch

Index for Viewpoint image : Viewpoint_1
-->
<Scene>
<Group>
<Viewpoint description='Front Viewposition='0 0 30'/>
</Group>
<NavigationInfo type='"EXAMINE" "WALK" "FLY" "ANY"'/>
<Transform scale='0.04 0.04 0.04translation='-5 11 0'>
<Shape>
<Appearance>
<!-- the-click ROUTE:  [from text-color.value_changed to emissiveColor ] -->
<Material DEF='the-clickambientIntensity='1emissiveColor='0 0 1'/>
</Appearance>
<Text string='"CLICK HERE TO START"'>
<FontStyle size='32style='BOLD'/>
</Text>
</Shape>
<!-- the-touch ROUTEs:  [from touchTime to the-time.startTime ] [from touchTime to text-time.startTime ] -->
<TouchSensor DEF='the-touchdescription='touch to activate'/>
</Transform>
<!-- text-time ROUTEs:  [from the-touch.touchTime to startTime ] [from fraction_changed to text-color.set_fraction ] -->
<TimeSensor DEF='text-time'/>
<!-- the-time ROUTEs:  [from the-touch.touchTime to startTime ] [from fraction_changed to the-geometry.set_fraction ] -->
<TimeSensor DEF='the-timecycleInterval='8'/>
<!-- text-color ROUTEs:  [from text-time.fraction_changed to set_fraction ] [from value_changed to the-click.emissiveColor ] -->
<ColorInterpolator DEF='text-colorkey='0 0.5 1keyValue='0 1 0 1 1 1 0 1 0'/>
<!-- convert-script ROUTEs:  [from the-geometry.value_changed to value_in ] [from value_out to the-switch.whichChoice ] -->
<Script DEF='convert-script'>
<field name='value_intype='SFFloataccessType='inputOnly'/>
<field name='value_outtype='SFInt32accessType='outputOnly'/>
<![CDATA[
      
ecmascript:

function value_in (the_value)
{
	value_out = the_value * 100;
}

    
]]>
</Script>
<!-- the-geometry ROUTEs:  [from the-time.fraction_changed to set_fraction ] [from value_changed to convert-script.value_in ] -->
<ScalarInterpolator DEF='the-geometrykey='0 0.002 0.004 0.006 0.008 0.01 0.012 0.014 0.016 0.018 0.02 0.022 0.024 0.026 0.028 0.03 0.032 0.034 0.036 0.038 0.04 0.042 0.044 0.046 0.048 0.05 0.052 0.054 0.056 0.058 0.06 0.062 0.064 0.066 0.068 0.07 0.072 0.074 0.076 0.078 0.08 0.082 0.084 0.086 0.088 0.09 0.092 0.094 0.096 0.098 0.1 0.102 0.104 0.106 0.108 0.11 0.112 0.114 0.116 0.118 0.12 0.122 0.124 0.126 0.128 0.13 0.132 0.134 0.136 0.138 0.14 0.142 0.144 0.146 0.148 0.15 0.152 0.154 0.156 0.158 0.16 0.162 0.164 0.166 0.168 0.17 0.172 0.174 0.176 0.178 0.18 0.182 0.184 0.186 0.188 0.19 0.192 0.194 0.196 0.198 0.2 0.202 0.204 0.206 0.208 0.21 0.212 0.214 0.216 0.218 0.22 0.222 0.224 0.226 0.228 0.23 0.232 0.234 0.236 0.238 0.24 0.242 0.244 0.246 0.248 0.25 0.252 0.254 0.256 0.258 0.26 0.262 0.264 0.266 0.268 0.27 0.272 0.274 0.276 0.278 0.28 0.282 0.284 0.286 0.288 0.29 0.292 0.294 0.296 0.298 0.3 0.302 0.304 0.306 0.308 0.31 0.312 0.314 0.316 0.318 0.32 0.322 0.324 0.326 0.328 0.33 0.332 0.334 0.336 0.338 0.34 0.342 0.344 0.346 0.348 0.35 0.352 0.354 0.356 0.358 0.36 0.362 0.364 0.366 0.368 0.37 0.372 0.374 0.376 0.378 0.38 0.382 0.384 0.386 0.388 0.39 0.392 0.394 0.396 0.398 0.4 0.402 0.404 0.406 0.408 0.41 0.412 0.414 0.416 0.418 0.42 0.422 0.424 0.426 0.428 0.43 0.432 0.434 0.436 0.438 0.44 0.442 0.444 0.446 0.448 0.45 0.452 0.454 0.456 0.458 0.46 0.462 0.464 0.466 0.468 0.47 0.472 0.474 0.476 0.478 0.48 0.482 0.484 0.486 0.488 0.49 0.492 0.494 0.496 0.498 0.5 0.502 0.504 0.506 0.508 0.51 0.512 0.514 0.516 0.518 0.52 0.522 0.524 0.526 0.528 0.53 0.532 0.534 0.536 0.538 0.54 0.542 0.544 0.546 0.548 0.55 0.552 0.554 0.556 0.558 0.56 0.562 0.564 0.566 0.568 0.57 0.572 0.574 0.576 0.578 0.58 0.582 0.584 0.586 0.588 0.59 0.592 0.594 0.596 0.598 0.6 0.602 0.604 0.606 0.608 0.61 0.612 0.614 0.616 0.618 0.62 0.622 0.624 0.626 0.628 0.63 0.632 0.634 0.636 0.638 0.64 0.642 0.644 0.646 0.648 0.65 0.652 0.654 0.656 0.658 0.66 0.662 0.664 0.666 0.668 0.67 0.672 0.674 0.676 0.678 0.68 0.682 0.684 0.686 0.688 0.69 0.692 0.694 0.696 0.698 0.7 0.702 0.704 0.706 0.708 0.71 0.712 0.714 0.716 0.718 0.72 0.722 0.724 0.726 0.728 0.73 0.732 0.734 0.736 0.738 0.74 0.742 0.744 0.746 0.748 0.75 0.752 0.754 0.756 0.758 0.76 0.762 0.764 0.766 0.768 0.77 0.772 0.774 0.776 0.778 0.78 0.782 0.784 0.786 0.788 0.79 0.792 0.794 0.796 0.798 0.8 0.802 0.804 0.806 0.808 0.81 0.812 0.814 0.816 0.818 0.82 0.822 0.824 0.826 0.828 0.83 0.832 0.834 0.836 0.838 0.84 0.842 0.844 0.846 0.848 0.85 0.852 0.854 0.856 0.858 0.86 0.862 0.864 0.866 0.868 0.87 0.872 0.874 0.876 0.878 0.88 0.882 0.884 0.886 0.888 0.89 0.892 0.894 0.896 0.898 0.9 0.902 0.904 0.906 0.908 0.91 0.912 0.914 0.916 0.918 0.92 0.922 0.924 0.926 0.928 0.93 0.932 0.934 0.936 0.938 0.94 0.942 0.944 0.946 0.948 0.95 0.952 0.954 0.956 0.958 0.96 0.962 0.964 0.966 0.968 0.97 0.972 0.974 0.976 0.978 0.98 0.982 0.984 0.986 0.988 0.99 0.992 0.994 0.996 1keyValue='0.01 0.02 0.03 0.04 0.05 0.06 0.07 0.08 0.09 0.1 0.11 0.12 0.13 0.14 0.15 0.16 0.17 0.18 0.19 0.2 0.21 0.22 0.23 0.24 0.25 0.26 0.27 0.28 0.29 0.3 0.31 0.32 0.33 0.34 0.35 0.36 0.37 0.38 0.39 0.4 0.41 0.42 0.43 0.44 0.45 0.46 0.47 0.48 0.49 0.5 0.51 0.52 0.53 0.54 0.55 0.56 0.57 0.58 0.59 0.6 0.61 0.62 0.63 0.64 0.65 0.66 0.67 0.68 0.69 0.7 0.71 0.72 0.73 0.74 0.75 0.76 0.77 0.78 0.79 0.8 0.81 0.82 0.83 0.84 0.85 0.86 0.87 0.88 0.89 0.9 0.91 0.92 0.93 0.94 0.95 0.96 0.97 0.98 0.99 1 1.01 1.02 1.03 1.04 1.05 1.06 1.07 1.08 1.09 1.1 1.11 1.12 1.13 1.14 1.15 1.16 1.17 1.18 1.19 1.2 1.21 1.22 1.23 1.24 1.25 1.26 1.27 1.28 1.29 1.3 1.31 1.32 1.33 1.34 1.35 1.36 1.37 1.38 1.39 1.4 1.41 1.42 1.43 1.44 1.45 1.46 1.47 1.48 1.49 1.5 1.51 1.52 1.53 1.54 1.55 1.56 1.57 1.58 1.59 1.6 1.61 1.62 1.63 1.64 1.65 1.66 1.67 1.68 1.69 1.7 1.71 1.72 1.73 1.74 1.75 1.76 1.77 1.78 1.79 1.8 1.81 1.82 1.83 1.84 1.85 1.86 1.87 1.88 1.89 1.9 1.91 1.92 1.93 1.94 1.95 1.96 1.97 1.98 1.99 2 2.01 2.02 2.03 2.04 2.05 2.06 2.07 2.08 2.09 2.1 2.11 2.12 2.13 2.14 2.15 2.16 2.17 2.18 2.19 2.2 2.21 2.22 2.23 2.24 2.25 2.26 2.27 2.28 2.29 2.3 2.31 2.32 2.33 2.34 2.35 2.36 2.37 2.38 2.39 2.4 2.41 2.42 2.43 2.44 2.45 2.46 2.47 2.48 2.49 2.5 2.51 2.52 2.53 2.54 2.55 2.56 2.57 2.58 2.59 2.6 2.61 2.62 2.63 2.64 2.65 2.66 2.67 2.68 2.69 2.7 2.71 2.72 2.73 2.74 2.75 2.76 2.77 2.78 2.79 2.8 2.81 2.82 2.83 2.84 2.85 2.86 2.87 2.88 2.89 2.9 2.91 2.92 2.93 2.94 2.95 2.96 2.97 2.98 2.99 3 3.01 3.02 3.03 3.04 3.05 3.06 3.07 3.08 3.09 3.1 3.11 3.12 3.13 3.14 3.15 3.16 3.17 3.18 3.19 3.2 3.21 3.22 3.23 3.24 3.25 3.26 3.27 3.28 3.29 3.3 3.31 3.32 3.33 3.34 3.35 3.36 3.37 3.38 3.39 3.4 3.41 3.42 3.43 3.44 3.45 3.46 3.47 3.48 3.49 3.5 3.51 3.52 3.53 3.54 3.55 3.56 3.57 3.58 3.59 3.6 3.61 3.62 3.63 3.64 3.65 3.66 3.67 3.68 3.69 3.7 3.71 3.72 3.73 3.74 3.75 3.76 3.77 3.78 3.79 3.8 3.81 3.82 3.83 3.84 3.85 3.86 3.87 3.88 3.89 3.9 3.91 3.92 3.93 3.94 3.95 3.96 3.97 3.98 3.99 4 4.01 4.02 4.03 4.04 4.05 4.06 4.07 4.08 4.09 4.1 4.11 4.12 4.13 4.14 4.15 4.16 4.17 4.18 4.19 4.2 4.21 4.22 4.23 4.24 4.25 4.26 4.27 4.28 4.29 4.3 4.31 4.32 4.33 4.34 4.35 4.36 4.37 4.38 4.39 4.4 4.41 4.42 4.43 4.44 4.45 4.46 4.47 4.48 4.49 4.5 4.51 4.52 4.53 4.54 4.55 4.56 4.57 4.58 4.59 4.6 4.61 4.62 4.63 4.64 4.65 4.66 4.67 4.68 4.69 4.7 4.71 4.72 4.73 4.74 4.75 4.76 4.77 4.78 4.79 4.8 4.81 4.82 4.83 4.84 4.85 4.86 4.87 4.88 4.89 4.9 4.91 4.92 4.93 4.94 4.95 4.96 4.97 4.98 4.99 5'/>
<!-- the-switch ROUTE:  [from convert-script.value_out to whichChoice ] -->
<Switch DEF='the-switchwhichChoice='0'>
<Transform translation='-12 10 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-11 10 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-10 10 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-9 10 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-8 10 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-7 10 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-6 10 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-5 10 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-4 10 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-3 10 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-2 10 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-1 10 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='0 10 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='1 10 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='2 10 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='3 10 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='4 10 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='5 10 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='6 10 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='7 10 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='8 10 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='9 10 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='10 10 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='11 10 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='12 10 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-12 9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-11 9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-10 9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-9 9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-8 9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-7 9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-6 9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-5 9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-4 9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-3 9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-2 9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-1 9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='0 9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='1 9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='2 9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='3 9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='4 9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='5 9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='6 9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='7 9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='8 9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='9 9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='10 9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='11 9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='12 9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-12 8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-11 8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-10 8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-9 8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-8 8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-7 8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-6 8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-5 8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-4 8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-3 8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-2 8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-1 8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='0 8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='1 8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='2 8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='3 8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='4 8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='5 8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='6 8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='7 8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='8 8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='9 8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='10 8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='11 8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='12 8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-12 7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-11 7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-10 7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-9 7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-8 7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-7 7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-6 7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-5 7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-4 7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-3 7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-2 7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-1 7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='0 7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='1 7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='2 7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='3 7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='4 7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='5 7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='6 7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='7 7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='8 7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='9 7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='10 7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='11 7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='12 7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-12 6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-11 6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-10 6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-9 6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-8 6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-7 6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-6 6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-5 6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-4 6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-3 6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-2 6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-1 6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='0 6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='1 6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='2 6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='3 6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='4 6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='5 6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='6 6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='7 6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='8 6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='9 6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='10 6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='11 6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='12 6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-12 5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-11 5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-10 5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-9 5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-8 5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-7 5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-6 5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-5 5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-4 5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-3 5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-2 5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-1 5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='0 5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='1 5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='2 5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='3 5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='4 5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='5 5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='6 5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='7 5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='8 5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='9 5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='10 5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='11 5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='12 5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-12 4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-11 4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-10 4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-9 4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-8 4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-7 4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-6 4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-5 4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-4 4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-3 4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-2 4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-1 4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='0 4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='1 4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='2 4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='3 4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='4 4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='5 4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='6 4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='7 4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='8 4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='9 4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='10 4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='11 4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='12 4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-12 3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-11 3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-10 3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-9 3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-8 3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-7 3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-6 3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-5 3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-4 3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-3 3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-2 3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-1 3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='0 3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='1 3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='2 3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='3 3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='4 3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='5 3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='6 3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='7 3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='8 3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='9 3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='10 3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='11 3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='12 3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-12 2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-11 2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-10 2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-9 2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-8 2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-7 2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-6 2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-5 2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-4 2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-3 2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-2 2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-1 2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='0 2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='1 2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='2 2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='3 2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='4 2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='5 2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='6 2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='7 2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='8 2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='9 2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='10 2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='11 2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='12 2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-12 1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-11 1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-10 1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-9 1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-8 1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-7 1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-6 1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-5 1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-4 1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-3 1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-2 1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-1 1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='0 1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='1 1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='2 1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='3 1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='4 1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='5 1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='6 1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='7 1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='8 1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='9 1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='10 1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='11 1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='12 1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-12 0 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-11 0 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-10 0 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-9 0 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-8 0 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-7 0 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-6 0 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-5 0 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-4 0 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-3 0 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-2 0 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-1 0 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='1 0 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='2 0 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='3 0 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='4 0 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='5 0 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='6 0 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='7 0 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='8 0 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='9 0 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='10 0 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='11 0 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='12 0 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-12 -1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-11 -1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-10 -1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-9 -1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-8 -1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-7 -1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-6 -1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-5 -1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-4 -1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-3 -1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-2 -1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-1 -1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='0 -1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='1 -1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='2 -1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='3 -1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='4 -1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='5 -1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='6 -1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='7 -1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='8 -1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='9 -1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='10 -1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='11 -1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='12 -1 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-12 -2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-11 -2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-10 -2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-9 -2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-8 -2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-7 -2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-6 -2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-5 -2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-4 -2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-3 -2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-2 -2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-1 -2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='0 -2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='1 -2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='2 -2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='3 -2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='4 -2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='5 -2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='6 -2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='7 -2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='8 -2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='9 -2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='10 -2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='11 -2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='12 -2 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-12 -3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-11 -3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-10 -3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-9 -3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-8 -3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-7 -3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-6 -3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-5 -3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-4 -3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-3 -3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-2 -3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-1 -3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='0 -3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='1 -3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='2 -3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='3 -3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='4 -3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='5 -3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='6 -3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='7 -3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='8 -3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='9 -3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='10 -3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='11 -3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='12 -3 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-12 -4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-11 -4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-10 -4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-9 -4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-8 -4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-7 -4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-6 -4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-5 -4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-4 -4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-3 -4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-2 -4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-1 -4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='0 -4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='1 -4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='2 -4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='3 -4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='4 -4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='5 -4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='6 -4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='7 -4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='8 -4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='9 -4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='10 -4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='11 -4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='12 -4 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-12 -5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-11 -5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-10 -5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-9 -5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-8 -5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-7 -5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-6 -5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-5 -5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-4 -5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-3 -5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-2 -5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-1 -5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='0 -5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='1 -5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='2 -5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='3 -5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='4 -5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='5 -5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='6 -5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='7 -5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='8 -5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='9 -5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='10 -5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='11 -5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='12 -5 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-12 -6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-11 -6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-10 -6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-9 -6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-8 -6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-7 -6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-6 -6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-5 -6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-4 -6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-3 -6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-2 -6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-1 -6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='0 -6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='1 -6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='2 -6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='3 -6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='4 -6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='5 -6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='6 -6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='7 -6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='8 -6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='9 -6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='10 -6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='11 -6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='12 -6 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-12 -7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-11 -7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-10 -7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-9 -7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-8 -7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-7 -7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-6 -7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-5 -7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-4 -7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-3 -7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-2 -7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-1 -7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='0 -7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='1 -7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='2 -7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='3 -7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='4 -7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='5 -7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='6 -7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='7 -7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='8 -7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='9 -7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='10 -7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='11 -7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='12 -7 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-12 -8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-11 -8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-10 -8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-9 -8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-8 -8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-7 -8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-6 -8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-5 -8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-4 -8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-3 -8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-2 -8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-1 -8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='0 -8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='1 -8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='2 -8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='3 -8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='4 -8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='5 -8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='6 -8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='7 -8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='8 -8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='9 -8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='10 -8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='11 -8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='12 -8 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-12 -9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-11 -9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-10 -9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-9 -9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-8 -9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-7 -9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-6 -9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-5 -9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-4 -9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-3 -9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-2 -9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='-1 -9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='0 -9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='1 -9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='2 -9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='3 -9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='4 -9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='5 -9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='6 -9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='7 -9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='8 -9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='9 -9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='10 -9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='11 -9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
<Transform translation='12 -9 0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<Sphere radius='0.3'/>
</Shape>
</Transform>
</Switch>
<ROUTE fromNode='the-touchfromField='touchTimetoNode='the-timetoField='startTime'/>
<ROUTE fromNode='the-touchfromField='touchTimetoNode='text-timetoField='startTime'/>
<ROUTE fromNode='text-timefromField='fraction_changedtoNode='text-colortoField='set_fraction'/>
<ROUTE fromNode='text-colorfromField='value_changedtoNode='the-clicktoField='emissiveColor'/>
<ROUTE fromNode='the-timefromField='fraction_changedtoNode='the-geometrytoField='set_fraction'/>
<ROUTE fromNode='the-geometryfromField='value_changedtoNode='convert-scripttoField='value_in'/>
<ROUTE fromNode='convert-scriptfromField='value_outtoNode='the-switchtoField='whichChoice'/>
</Scene>
</X3D>
<!--

Index for DEF nodes : convert-script, text-color, text-time, the-click, the-geometry, the-switch, the-time, the-touch

Index for Viewpoint image : Viewpoint_1
-->

<!-- Color key: <X3dNode DEF='idName' field='value'/> matches <XmlElement DEF='idName' attribute='value'/> -->

<!-- Additional help information about X3D scenes: X3D Resources, X3D Scene Authoring Hints and X3D Tooltips -->