Skip to content

Commit

Permalink
Examples: Removed pole pitching hack. Shouldn't be needed after mrdoo…
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob authored Mar 22, 2019
1 parent bdb77d1 commit dbbca38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/webgl_panorama_equirectangular.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@
geometry.scale( - 1, 1, 1 );

var texture = new THREE.TextureLoader().load( 'textures/2294472375_24a3b8ef46_o.jpg' );
texture.minFilter = THREE.LinearFilter;

var material = new THREE.MeshBasicMaterial( { map: texture } );

mesh = new THREE.Mesh( geometry, material );
Expand Down

0 comments on commit dbbca38

Please sign in to comment.