Browse Source

remove unused lines

Gregg Tavares 6 years ago
parent
commit
ae614345b0
1 changed files with 0 additions and 2 deletions
  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({