diff --git a/examples/webgl_geometry_csg.html b/examples/webgl_geometry_csg.html index d7884d424a01fc..2234ace299be1a 100644 --- a/examples/webgl_geometry_csg.html +++ b/examples/webgl_geometry_csg.html @@ -29,8 +29,8 @@ "imports": { "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.7/build/index.module.js" + "three-mesh-bvh": "https://unpkg.com/three-mesh-bvh@0.7.0/build/index.module.js", + "three-bvh-csg": "https://unpkg.com/three-bvh-csg@0.0.16/build/index.module.js" } } diff --git a/examples/webgl_raycaster_bvh.html b/examples/webgl_raycaster_bvh.html index 322ac093bd6cca..7b893bb4b16ac1 100644 --- a/examples/webgl_raycaster_bvh.html +++ b/examples/webgl_raycaster_bvh.html @@ -29,7 +29,7 @@ "imports": { "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-mesh-bvh": "https://unpkg.com/three-mesh-bvh@0.7.0/build/index.module.js" } } @@ -37,7 +37,7 @@