import hexTiling

This commit is contained in:
2023-11-18 11:38:19 +01:00
parent 6e51b2f115
commit cb1b0bb541
2 changed files with 18 additions and 2 deletions

View File

@ -12,8 +12,9 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.157/build/three.module.js?module",
"three/addons/": "https://unpkg.com/three@0.157/examples/jsm/"
"three": "https://unpkg.com/three@0.158/build/three.module.js?module",
"three/addons/": "https://unpkg.com/three@0.158/examples/jsm/",
"three-hex-tiling": "https://cdn.jsdelivr.net/npm/three-hex-tiling@0.1.1/+esm"
}
}
</script>