<?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='Interactiveversion='3.0xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation=' http://www.web3d.org/specifications/x3d-3.0.xsd '>
<head>
<meta name='titlecontent='AmelaExampleScene.x3d'/>
<meta name='descriptioncontent='Amela example developed at VRST 99. Place mouse over geometry to light the Cylinder. PointLight is coincident with the Sphere.'/>
<meta name='createdcontent='1 December 2000'/>
<meta name='modifiedcontent='10 November 2008'/>
<meta name='creatorcontent='Don Brutzman'/>
<meta name='identifiercontent=' http://www.web3d.org/x3d/content/examples/Basic/development/AmelaExampleScene.x3d '/>
<meta name='generatorcontent='X3D-Edit 3.2, https://savage.nps.edu/X3D-Edit'/>
<meta name='licensecontent=' ../license.html'/>
</head>
<!--

Index for DEF nodes: MyPointLight, MyTouchSensor
-->
<Scene>
<Group>
<Shape>
<Appearance>
<Material diffuseColor='.9 .9 .9'/>
</Appearance>
<Cylinder/>
</Shape>
</Group>
<Transform translation='0 -2 4'>
<Shape>
<Appearance>
<Material emissiveColor='0 0 0.8'/>
</Appearance>
<Sphere radius='.2'/>
</Shape>
<!-- MyPointLight ROUTE:  [from MyTouchSensor.isOver to on ] -->
<PointLight DEF='MyPointLightcolor='0 0 1on='false'/>
</Transform>
<!-- MyTouchSensor ROUTE:  [from isOver to MyPointLight.on ] -->
<TouchSensor DEF='MyTouchSensordescription='pointing device over geometry turns on light'/>
<ROUTE fromNode='MyTouchSensorfromField='isOvertoNode='MyPointLighttoField='on'/>
</Scene>
</X3D>
<!--

Index for DEF nodes: MyPointLight, MyTouchSensor
-->

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