threejs v155

This commit is contained in:
2023-07-30 15:38:13 +02:00
parent b227690b31
commit 92d953ef62
5 changed files with 24 additions and 19 deletions

View File

@ -12,8 +12,8 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.152.2/build/three.module.js?module",
"three/addons/": "https://unpkg.com/three@0.152.2/examples/jsm/"
"three": "https://unpkg.com/three@0.155/build/three.module.js?module",
"three/addons/": "https://unpkg.com/three@0.155/examples/jsm/"
}
}
</script>