From 279388492070a3ec9a16b833273588e3ffdb6763 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@DESKTOP-2S09UKA> Date: Thu, 28 Nov 2019 11:57:43 -0800 Subject: [PATCH] X3dTidy add WorldInfo title --- Space/Shuttle/Shuttle.x3d | 5 +++-- Space/SolarSystem/SolarSystem.x3d | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Space/Shuttle/Shuttle.x3d b/Space/Shuttle/Shuttle.x3d index b8ee4410cc..7cc9563c4d 100644 --- a/Space/Shuttle/Shuttle.x3d +++ b/Space/Shuttle/Shuttle.x3d @@ -4,16 +4,17 @@ <head> <meta content='Shuttle.x3d' name='title'/> <meta content='NASA Space Shuttle' name='description'/> - <meta content='*enter name of original author here*' name='creator'/> + <meta content='unknown' name='creator'/> <meta content='manually translated by Joel S. Pawloski' name='translator'/> <meta content='16 September 2001' name='created'/> - <meta content='14 January 2014' name='modified'/> + <meta content='28 November 2019' name='modified'/> <meta content='https://savage.nps.edu/Savage/Space/Shuttle/Shuttle.x3d' name='identifier'/> <meta content='X3D-Edit 3.2, https://savage.nps.edu/X3D-Edit' name='generator'/> <meta content='../../license.html' name='license'/> </head> <Scene> <!-- <PointLight color="1 1 1" intensity="1" location="0.000000 2.381102 9.524409" on="true"/> <PointLight color="1 1 1" intensity="1" location="0.000000 2.381102 -9.524409" on="true"/> <PointLight color="1 1 1" intensity="1" location="0.000000 23.811023 0.000000" on="true"/> <PointLight color="1 1 1" intensity="1" location="0.000000 -23.811023 0.000000" on="true"/> --> + <WorldInfo title='Shuttle.x3d'/> <Group DEF='Shuttle'> <Shape DEF='Orbiter_Black'> <Appearance> diff --git a/Space/SolarSystem/SolarSystem.x3d b/Space/SolarSystem/SolarSystem.x3d index 324dfa7598..78da058f19 100644 --- a/Space/SolarSystem/SolarSystem.x3d +++ b/Space/SolarSystem/SolarSystem.x3d @@ -5,13 +5,14 @@ <meta content='SolarSystem.x3d' name='title'/> <meta content='Mike Perry' name='creator'/> <meta content='8 August 2000' name='created'/> - <meta content='16 January 2014' name='modified'/> + <meta content='28 November 2019' name='modified'/> <meta content='Nine Planet Solar system' name='description'/> <meta content='https://savage.nps.edu/Savage/Space/SolarSystem/SolarSystem.x3d' name='identifier'/> <meta content='X3D-Edit 3.2, https://savage.nps.edu/X3D-Edit' name='generator'/> <meta content='../../license.html' name='license'/> </head> <Scene> + <WorldInfo title='SolarSystem.x3d'/> <Group> <Shape DEF='Sun'> <Sphere DEF='SUN' radius='1.3'/> -- GitLab