Gregg Tavares 6 年 前
コミット
2bcd1270de
1 ファイル変更1 行追加1 行削除
  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 bgTexture = loader.load('resources/images/daikanyama.jpg');
-  scene.background = bgTexture; 
+  scene.background = bgTexture;
 
   function resizeRendererToDisplaySize(renderer) {
     const canvas = renderer.domElement;