view WebApplications/three.html @ 70:a5c1be2ec26a

new configuration option: STL.3DHOP.CanvasStyle
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 04 Oct 2024 17:12:49 +0200
parents b798387b085c
children
line wrap: on
line source

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Orthanc STL viewer (Three)</title>
    <style>
      body { margin: 0; }
    </style>
  </head>
  <body>
    <script async src="basic-viewer/es-module-shims.js"></script>

    <script type="importmap">
      {
        "imports": {
          "three": "./basic-viewer/three.module.min.js"
        }
      }
    </script>

    <script type="module" src="./three.js"></script>
  </body>
</html>