Browse Source

Update webxr_xr_sculpt.html

Add missing namespace.
Michael Herzog 2 năm trước cách đây
mục cha
commit
3da52fa4bf
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/webxr_xr_sculpt.html

+ 1 - 1
examples/webxr_xr_sculpt.html

@@ -133,7 +133,7 @@
 					path + 'pz' + format, path + 'nz' + format
 				];
 
-				let reflectionCube = new CubeTextureLoader().load( urls );
+				let reflectionCube = new THREE.CubeTextureLoader().load( urls );
 				*/
 
 				const material = new THREE.MeshStandardMaterial( {