diff WebApplications/three.html @ 62:b798387b085c

added 3DHOP viewer version 4.3
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 15 Jun 2024 16:08:52 +0200
parents 13698d34e059
children
line wrap: on
line diff
--- a/WebApplications/three.html	Wed May 22 15:35:07 2024 +0200
+++ b/WebApplications/three.html	Sat Jun 15 16:08:52 2024 +0200
@@ -8,12 +8,12 @@
     </style>
   </head>
   <body>
-    <script async src="libs/es-module-shims.js"></script>
+    <script async src="basic-viewer/es-module-shims.js"></script>
 
     <script type="importmap">
       {
         "imports": {
-          "three": "./libs/three.module.min.js"
+          "three": "./basic-viewer/three.module.min.js"
         }
       }
     </script>