use three-hex-tiling for ground material

This commit is contained in:
2023-11-18 12:45:50 +01:00
parent cb1b0bb541
commit a0b2aa96ad
2 changed files with 18 additions and 15 deletions

View File

@ -14,7 +14,7 @@
"imports": {
"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"
"three-hex-tiling": "https://cdn.jsdelivr.net/npm/three-hex-tiling@0.1.1/dist/index.js"
}
}
</script>