Gregg Tavares 6 years ago
parent
commit
2bcd1270de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      threejs/threejs-background-scene-background.html

+ 1 - 1
threejs/threejs-background-scene-background.html

@@ -71,7 +71,7 @@ function main() {
 
 
   const loader = new THREE.TextureLoader();
   const loader = new THREE.TextureLoader();
   const bgTexture = loader.load('resources/images/daikanyama.jpg');
   const bgTexture = loader.load('resources/images/daikanyama.jpg');
-  scene.background = bgTexture; 
+  scene.background = bgTexture;
 
 
   function resizeRendererToDisplaySize(renderer) {
   function resizeRendererToDisplaySize(renderer) {
     const canvas = renderer.domElement;
     const canvas = renderer.domElement;