Browse Source

[docs] Mention KHR_materials_pbrSpecularGlossiness in GLTF2Loader docs

Don McCurdy 8 năm trước cách đây
mục cha
commit
9394408c2a
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      docs/examples/loaders/GLTF2Loader.html

+ 5 - 0
docs/examples/loaders/GLTF2Loader.html

@@ -40,6 +40,11 @@
 					KHR_materials_common
 				</a>
 			</li>
+			<li>
+				<a target="_blank" href="https://github.com/KhronosGroup/glTF/tree/2.0/extensions/Khronos/KHR_materials_pbrSpecularGlossiness">
+					KHR_materials_pbrSpecularGlossiness
+				</a>
+			</li>
 		</ul>
 
 		<h2>Example</h2>