From f0c1a7e1bc2779043464681ed3ce015df221cdac Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Wed, 15 Jan 2020 22:57:04 -0800
Subject: [PATCH] omit duplicative conflicting TouchSensor

---
 CommunicationsAndSensors/Beam/BeamCylinderExample.x3d | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/CommunicationsAndSensors/Beam/BeamCylinderExample.x3d b/CommunicationsAndSensors/Beam/BeamCylinderExample.x3d
index 100f0b9d25..1eab25b816 100644
--- a/CommunicationsAndSensors/Beam/BeamCylinderExample.x3d
+++ b/CommunicationsAndSensors/Beam/BeamCylinderExample.x3d
@@ -5,7 +5,7 @@
     <meta content='BeamCylinderExample.x3d' name='title'/>
     <meta content='Don Brutzman' name='creator'/>
     <meta content='25 February 2001' name='created'/>
-    <meta content='20 October 2019' name='modified'/>
+    <meta content='15 January 2020' name='modified'/>
     <meta content='Produce wireframe or transparent beam cylinders.' name='description'/>
     <meta content='https://savage.nps.edu/Savage/CommunicationsAndSensors/Beam/BeamCylinderExample.x3d' name='identifier'/>
     <meta content='X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit' name='generator'/>
@@ -49,7 +49,6 @@
               <FontStyle justify='"MIDDLE" "MIDDLE"' size='0.6'/>
             </Text>
           </Shape>
-          <TouchSensor description='Hover over text to activate contact mode'/>
           <Shape>
             <!-- transparent Box as text-selection assist -->
             <Box size='9 1 .001'/>
@@ -58,7 +57,7 @@
             </Appearance>
           </Shape>
         </Billboard>
-        <TouchSensor DEF='TextTouch' description='touch text to toggle contactColor noContactColor'/>
+        <TouchSensor DEF='TextTouch' description='Hover over text to toggle contactColor noContactColor'/>
         <ROUTE fromField='isOver' fromNode='TextTouch' toField='contact' toNode='BeamCylinderInstance'/>
       </Transform>
     </Group>
-- 
GitLab