Mercurial > hg > orthanc-stl
view Sources/viewer.html @ 28:410003c50b17
improved computation of RT-STRUCT geometry
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 04 Apr 2024 10:10:40 +0200 |
parents | 4e889a8e8be2 |
children |
line wrap: on
line source
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Orthanc STL viewer</title> <style> body { margin: 0; } </style> </head> <body> <script async src="es-module-shims.js"></script> <script type="importmap"> { "imports": { "three": "./three.module.min.js" } } </script> <script type="module" src="./viewer.js"></script> </body> </html>