Explorar el Código

remove unused lines

Gregg Tavares hace 6 años
padre
commit
ae614345b0
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      threejs/threejs-background-cubemap.html

+ 0 - 2
threejs/threejs-background-cubemap.html

@@ -86,8 +86,6 @@ function main() {
       'resources/images/cubemaps/computer-history-museum/pos-z.jpg',
       'resources/images/cubemaps/computer-history-museum/neg-z.jpg',
     ]);
-//    texture.format = THREE.RGBFormat;
-//    texture.mapping = THREE.CubeReflectionMapping;
 
     const shader = THREE.ShaderLib.cube;
 		const material = new THREE.ShaderMaterial({