فهرست منبع

update example versions (#26203)

Garrett Johnson 2 سال پیش
والد
کامیت
860041cafa
3فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 2 2
      examples/webgl_geometry_csg.html
  2. 1 1
      examples/webgl_raycaster_bvh.html
  3. 1 1
      examples/webgl_renderer_pathtracer.html

+ 2 - 2
examples/webgl_geometry_csg.html

@@ -33,8 +33,8 @@
 				"imports": {
 					"three": "../build/three.module.js",
 					"three/addons/": "./jsm/",
-					"three-mesh-bvh": "https://unpkg.com/three-mesh-bvh@^0.5.22/build/index.module.js",
-					"three-bvh-csg": "https://unpkg.com/three-bvh-csg@^0.0.4/build/index.module.js"
+					"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"
 				}
 			}
 		</script>

+ 1 - 1
examples/webgl_raycaster_bvh.html

@@ -33,7 +33,7 @@
 				"imports": {
 					"three": "../build/three.module.js",
 					"three/addons/": "./jsm/",
-					"three-mesh-bvh": "https://unpkg.com/three-mesh-bvh@^0.5.21/build/index.module.js"
+					"three-mesh-bvh": "https://unpkg.com/three-mesh-bvh@0.6.0/build/index.module.js"
 				}
 			}
 		</script>

+ 1 - 1
examples/webgl_renderer_pathtracer.html

@@ -49,7 +49,7 @@
 					"three/addons/": "./jsm/",
 					"three/examples/": "./",
 					"three-gpu-pathtracer": "https://unpkg.com/[email protected]/build/index.module.js",
-					"three-mesh-bvh": "https://unpkg.com/three-mesh-bvh@^0.5.21/build/index.module.js"
+					"three-mesh-bvh": "https://unpkg.com/three-mesh-bvh@0.6.0/build/index.module.js"
 				}
 			}
 		</script>