Explorar el Código

Update webxr_xr_sculpt.html

Add missing namespace.
Michael Herzog hace 2 años
padre
commit
3da52fa4bf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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( {