PBR Materials

This commit is contained in:
2023-06-27 00:44:39 +02:00
parent be609f4137
commit 215e15a945
16 changed files with 86 additions and 61 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.153/build/three.module.js?module",
"three/addons/": "https://unpkg.com/three@0.153/examples/jsm/"
}
}
</script>