From a7b2f19aefaab83462d22e3ae9a537445cef2f1d Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Thu, 18 Jan 2024 21:33:27 +0900 Subject: [PATCH] Examples: Update external library dependencies (#27584) * Update external lib version * Fix import --- examples/webgl_geometry_csg.html | 4 ++-- examples/webgl_raycaster_bvh.html | 6 +++--- examples/webgl_renderer_pathtracer.html | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) 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 @@