ソースを参照

AVIF is supported, too. (#25176)

WestLangley 2 年 前
コミット
746afd336f
1 ファイル変更2 行追加2 行削除
  1. 2 2
      examples/webgl_materials_matcap.html

+ 2 - 2
examples/webgl_materials_matcap.html

@@ -10,7 +10,7 @@
 	<body>
 		<div id="info">
 			<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> - webgl materials matcap<br />
-			Drag-and-drop JPG, PNG, WebP, or EXR MatCap image files<br/>
+			Drag-and-drop JPG, PNG, WebP, AVIF, or EXR MatCap image files<br/>
 		</div>
 
 		<!-- Import maps polyfill -->
@@ -169,7 +169,7 @@
 
 			}
 
-			function handleJPG( event ) { // PNG, WebP, too
+			function handleJPG( event ) { // PNG, WebP, AVIF, too
 
 				function imgCallback( event ) {