Skip to content
Snippets Groups Projects
Commit f0c1a7e1 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

omit duplicative conflicting TouchSensor

parent fccc5ba2
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment