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;