Преглед на файлове

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