Skip to content

Commit

Permalink
Examples: Removed instance of imageOrientation: 'none' as requested in
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Aug 12, 2022
1 parent b1a97bc commit d0af538
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/webgl_loader_imagebitmap.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
function addImageBitmap() {

new THREE.ImageBitmapLoader()
.setOptions( { imageOrientation: 'none' } )
.load( 'textures/planets/earth_atmos_2048.jpg?' + performance.now(), function ( imageBitmap ) {

const texture = new THREE.CanvasTexture( imageBitmap );
Expand Down

0 comments on commit d0af538

Please sign in to comment.