Browse Source

Update webxr_xr_sculpt.html

Add missing namespace.
Michael Herzog 2 years ago
parent
commit
3da52fa4bf
1 changed files with 1 additions and 1 deletions
  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( {