浏览代码

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() {
 
 				new THREE.ImageBitmapLoader()
-					.setOptions( { imageOrientation: 'none' } )
 					.load( 'textures/planets/earth_atmos_2048.jpg?' + performance.now(), function ( imageBitmap ) {
 
 						const texture = new THREE.CanvasTexture( imageBitmap );