浏览代码

Merge pull request #21261 from takahirox/VariantsDoc

Docs: Add KHR_materials_variants extension to the list in GLTFLoader and GLTFExporter documents
Mr.doob 4 年之前
父节点
当前提交
56aa9d0a72
共有 2 个文件被更改,包括 20 次插入0 次删除
  1. 8 0
      docs/examples/en/exporters/GLTFExporter.html
  2. 12 0
      docs/examples/en/loaders/GLTFLoader.html

+ 8 - 0
docs/examples/en/exporters/GLTFExporter.html

@@ -33,6 +33,14 @@
 			<li>KHR_texture_transform</li>
 			<li>KHR_texture_transform</li>
 		</ul>
 		</ul>
 
 
+		<p>
+			The following glTF 2.0 extension is supported by an external user plugin
+		</p>
+
+		<ul>
+			<li>[link:https://github.com/takahirox/three-gltf-plugins KHR_materials_variants]</li>
+		</ul>
+
 		<h2>Code Example</h2>
 		<h2>Code Example</h2>
 
 
 		<code>
 		<code>

+ 12 - 0
docs/examples/en/loaders/GLTFLoader.html

@@ -41,6 +41,14 @@
 			<li>MSFT_texture_dds</li>
 			<li>MSFT_texture_dds</li>
 		</ul>
 		</ul>
 
 
+		<p>
+			The following glTF 2.0 extension is supported by an external user plugin
+		</p>
+
+		<ul>
+			<li>[link:https://github.com/takahirox/three-gltf-plugins KHR_materials_variants]<sup>3</sup></li>
+		</ul>
+
 		<p><i>
 		<p><i>
 			<sup>1</sup>Requires [link:https://threejs.org/docs/#api/en/renderers/WebGLRenderer.physicallyCorrectLights physicallyCorrectLights] to be enabled.
 			<sup>1</sup>Requires [link:https://threejs.org/docs/#api/en/renderers/WebGLRenderer.physicallyCorrectLights physicallyCorrectLights] to be enabled.
 		</i></p>
 		</i></p>
@@ -54,6 +62,10 @@
 			#[link:https://github.com/mrdoob/three.js/issues/12788 12788].
 			#[link:https://github.com/mrdoob/three.js/issues/12788 12788].
 		</i></p>
 		</i></p>
 
 
+		<p><i>
+			<sup>3</sup>You can also manually process the extension after loading in your application. See [link:https://threejs.org/examples/#webgl_loader_gltf_variants Three.js glTF materials variants example].
+		</i></p>
+
 		<h2>Code Example</h2>
 		<h2>Code Example</h2>
 
 
 		<code>
 		<code>