Browse Source

update pathtracer to v0.0.22 (#28279)

Garrett Johnson 1 year ago
parent
commit
39d6420945
2 changed files with 2 additions and 2 deletions
  1. 1 1
      editor/index.html
  2. 1 1
      examples/webgl_renderer_pathtracer.html

+ 1 - 1
editor/index.html

@@ -52,7 +52,7 @@
 					"three/addons/": "../examples/jsm/",
 					"three/addons/": "../examples/jsm/",
 
 
 					"three/examples/": "../examples/",
 					"three/examples/": "../examples/",
-					"three-gpu-pathtracer": "https://cdn.jsdelivr.net/npm/[email protected]1/build/index.module.js",
+					"three-gpu-pathtracer": "https://cdn.jsdelivr.net/npm/[email protected]2/build/index.module.js",
 					"three-mesh-bvh": "https://cdn.jsdelivr.net/npm/[email protected]/build/index.module.js"
 					"three-mesh-bvh": "https://cdn.jsdelivr.net/npm/[email protected]/build/index.module.js"
 				}
 				}
 			}
 			}

+ 1 - 1
examples/webgl_renderer_pathtracer.html

@@ -44,7 +44,7 @@
 					"three": "../build/three.module.js",
 					"three": "../build/three.module.js",
 					"three/addons/": "./jsm/",
 					"three/addons/": "./jsm/",
 					"three/examples/": "./",
 					"three/examples/": "./",
-					"three-gpu-pathtracer": "https://cdn.jsdelivr.net/npm/[email protected]1/build/index.module.js",
+					"three-gpu-pathtracer": "https://cdn.jsdelivr.net/npm/[email protected]2/build/index.module.js",
 					"three-mesh-bvh": "https://cdn.jsdelivr.net/npm/[email protected]/build/index.module.js"
 					"three-mesh-bvh": "https://cdn.jsdelivr.net/npm/[email protected]/build/index.module.js"
 				}
 				}
 			}
 			}