comparison WebApplications/three.html @ 36:13698d34e059

preparing to include O3DV
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Apr 2024 07:42:06 +0200
parents Sources/viewer.html@4e889a8e8be2
children b798387b085c
comparison
equal deleted inserted replaced
35:ee3bc8f7df5b 36:13698d34e059
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8">
5 <title>Orthanc STL viewer (Three)</title>
6 <style>
7 body { margin: 0; }
8 </style>
9 </head>
10 <body>
11 <script async src="libs/es-module-shims.js"></script>
12
13 <script type="importmap">
14 {
15 "imports": {
16 "three": "./libs/three.module.min.js"
17 }
18 }
19 </script>
20
21 <script type="module" src="./three.js"></script>
22 </body>
23 </html>