Browse Source

Examples: Removed instance of imageOrientation: 'none' as requested in https://github.com/whatwg/html/issues/8085

Mr.doob 3 năm trước cách đây
mục cha
commit
d0af538927
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      examples/webgl_loader_imagebitmap.html

+ 0 - 1
examples/webgl_loader_imagebitmap.html

@@ -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 );