Gregg Tavares %!s(int64=6) %!d(string=hai) anos
pai
achega
2bcd1270de
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;