Просмотр исходного кода

Update webgl_geometry_csg.html

Update `three-bvh-csg` one more time.
Michael Herzog 2 лет назад
Родитель
Сommit
14ba689811
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      examples/webgl_geometry_csg.html

+ 1 - 1
examples/webgl_geometry_csg.html

@@ -34,7 +34,7 @@
 					"three": "../build/three.module.js",
 					"three/addons/": "./jsm/",
 					"three-mesh-bvh": "https://unpkg.com/three-mesh-bvh@0.6.0/build/index.module.js",
-					"three-bvh-csg": "https://unpkg.com/three-bvh-csg@0.0.6/build/index.module.js"
+					"three-bvh-csg": "https://unpkg.com/three-bvh-csg@0.0.7/build/index.module.js"
 				}
 			}
 		</script>

粤ICP备19079148号