<!DOCTYPE html> <html lang="ja"> <head> <meta charset="UTF-8"> <title>物理演算&当たり判定実装用のテスト</title> <style> body { margin: 0; overflow: hidden; } canvas { display: block; } </style> <script src="https://unpkg.com/es-module-shims@1.3.6/dist/es-module-shims.js" defer></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.7.107/pdf.min.js"></script> <script type="importmap"> { "imports": { "three": "https://unpkg.com/three@0.157.0/build/three.module.js", "GLTFLoader": "https://unpkg.com/three@0.157.0/examples/jsm/loaders/GLTFLoader.js", "DRACOLoader": "https://unpkg.com/three@0.157.0/examples/jsm/loaders/DRACOLoader.js", "PointerLockControls": "https://unpkg.com/three@0.157.0/examples/jsm/controls/PointerLockControls.js", "cannon-es": "https://cdn.jsdelivr.net/npm/cannon-es@0.20.0/dist/cannon-es.js" } } </script> </head> <body> <script type="module" src="./SystemBeta-git.js"></script> </body> </html>