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

Merge branch 'master' of https://gitlab.nps.edu/Savage/Savage

parents 5a081145 c5f80654
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<meta content='BeamConeExample.x3d' name='title'/> <meta content='BeamConeExample.x3d' name='title'/>
<meta content='Don Brutzman' name='creator'/> <meta content='Don Brutzman' name='creator'/>
<meta content='11 December 2000' name='created'/> <meta content='11 December 2000' name='created'/>
<meta content='20 October 2019' name='modified'/> <meta content='15 January 2020' name='modified'/>
<meta content='Produce wireframe or transparent beam cones.' name='description'/> <meta content='Produce wireframe or transparent beam cones.' name='description'/>
<meta content='https://savage.nps.edu/Savage/CommunicationsAndSensors/Beam/BeamConeExample.x3d' name='identifier'/> <meta content='https://savage.nps.edu/Savage/CommunicationsAndSensors/Beam/BeamConeExample.x3d' name='identifier'/>
<meta content='https://www.web3d.org/WorkingGroups/vrtp/demo/auv/BeamConeExample.x3d' name='reference'/> <meta content='https://www.web3d.org/WorkingGroups/vrtp/demo/auv/BeamConeExample.x3d' name='reference'/>
...@@ -54,7 +54,6 @@ ...@@ -54,7 +54,6 @@
<FontStyle justify='"MIDDLE" "MIDDLE"' size='0.6'/> <FontStyle justify='"MIDDLE" "MIDDLE"' size='0.6'/>
</Text> </Text>
</Shape> </Shape>
<TouchSensor description='Hover over text to activate contact mode'/>
<Shape> <Shape>
<!-- transparent Box as text-selection assist --> <!-- transparent Box as text-selection assist -->
<Box size='10 1 .001'/> <Box size='10 1 .001'/>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<meta content='BeamCylinderExample.x3d' name='title'/> <meta content='BeamCylinderExample.x3d' name='title'/>
<meta content='Don Brutzman' name='creator'/> <meta content='Don Brutzman' name='creator'/>
<meta content='25 February 2001' name='created'/> <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='Produce wireframe or transparent beam cylinders.' name='description'/>
<meta content='https://savage.nps.edu/Savage/CommunicationsAndSensors/Beam/BeamCylinderExample.x3d' name='identifier'/> <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'/> <meta content='X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit' name='generator'/>
...@@ -49,7 +49,6 @@ ...@@ -49,7 +49,6 @@
<FontStyle justify='"MIDDLE" "MIDDLE"' size='0.6'/> <FontStyle justify='"MIDDLE" "MIDDLE"' size='0.6'/>
</Text> </Text>
</Shape> </Shape>
<TouchSensor description='Hover over text to activate contact mode'/>
<Shape> <Shape>
<!-- transparent Box as text-selection assist --> <!-- transparent Box as text-selection assist -->
<Box size='9 1 .001'/> <Box size='9 1 .001'/>
...@@ -58,7 +57,7 @@ ...@@ -58,7 +57,7 @@
</Appearance> </Appearance>
</Shape> </Shape>
</Billboard> </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'/> <ROUTE fromField='isOver' fromNode='TextTouch' toField='contact' toNode='BeamCylinderInstance'/>
</Transform> </Transform>
</Group> </Group>
......
...@@ -9,9 +9,9 @@ ...@@ -9,9 +9,9 @@
The NPS Scenario Authoring and Visualization for Advanced Graphical Environments (SAVAGE) Research Group The NPS Scenario Authoring and Visualization for Advanced Graphical Environments (SAVAGE) Research Group
maintains a large archive of dynamic 3D military models and authoring tools, all open source and built using maintains a large archive of dynamic 3D military models and authoring tools, all open source and built using
Extensible 3D (X3D) graphics. Extensible 3D (X3D) graphics.
<a href="http://www.web3d.org" target="_blank" title="Web3D Consortium"><img src="../images/web3d_logo3.png" align="right" height="32"/></a> <a href="http://www.web3d.org" target="_blank"><img src="../images/web3d_logo3.png" alt="Web3D Consortium" style="float:right;" height="32"></a>
<a href="http://www.web3d.org/specifications/java/X3DJSAIL.html" target="_blank" title="X3DJSAIL: X3D Java Scene Access Interface Library"><img src="../images/Java-32.png" align="right" height="32"/></a> <a href="http://www.web3d.org/specifications/java/X3DJSAIL.html" target="_blank" ><img src="../images/Java-32.png" alt="X3DJSAIL: X3D Java Scene Access Interface Library" style="float:right;" height="32"></a>
<a href="../index.html" target="_top" title="Table of Contents: SAVAGE Examples"><img src="../images/ToC.png" align="right" height="32" hspace="10"/></a> <a href="../index.html" target="_top"><img src="../images/ToC.png" alt="Table of Contents (ToC): SAVAGE Examples" style="float:right; margin: 0px 20px;" height="32"></a>
</p> </p>
<ul> <ul>
<li> <li>
......
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