ソースを参照

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

Mr.doob 3 年 前
コミット
d0af538927
1 ファイル変更0 行追加1 行削除
  1. 0 1
      examples/webgl_loader_imagebitmap.html

+ 0 - 1
examples/webgl_loader_imagebitmap.html

@@ -36,7 +36,6 @@
 			function addImageBitmap() {
 			function addImageBitmap() {
 
 
 				new THREE.ImageBitmapLoader()
 				new THREE.ImageBitmapLoader()
-					.setOptions( { imageOrientation: 'none' } )
 					.load( 'textures/planets/earth_atmos_2048.jpg?' + performance.now(), function ( imageBitmap ) {
 					.load( 'textures/planets/earth_atmos_2048.jpg?' + performance.now(), function ( imageBitmap ) {
 
 
 						const texture = new THREE.CanvasTexture( imageBitmap );
 						const texture = new THREE.CanvasTexture( imageBitmap );