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;