瀏覽代碼

Update README.md

Clarified extensions support
Vicente Penades 6 年之前
父節點
當前提交
5f3d4d64c5
共有 1 個文件被更改,包括 5 次插入2 次删除
  1. 5 2
      README.md

+ 5 - 2
README.md

@@ -37,10 +37,13 @@ Prerelease Nuget packages available [here.](https://www.nuget.org/packages/Sharp
 - [ ] Morphing utilities
 - [ ] [Mikktspace](https://github.com/tcoppex/ext-mikktspace) Tangent space calculation. *Help Need*
 
-### Supported Extensions
+### Supported extensions
 
 - [x] [KHR_materials_pbrSpecularGlossiness](https://github.com/KhronosGroup/glTF/tree/master/extensions/2.0/Khronos/KHR_materials_pbrSpecularGlossiness)
 - [x] [KHR_materials_unlit](https://github.com/KhronosGroup/glTF/tree/master/extensions/2.0/Khronos/KHR_materials_unlit)
+
+### Unsupported extensions
+
 - [ ] [KHR_draco_mesh_compression](https://github.com/KhronosGroup/glTF/tree/master/extensions/2.0/Khronos/KHR_draco_mesh_compression)
   - Depends on [Google's Draco Project](https://github.com/google/draco) which is C++ ; *Help Needed*
 - [ ] [KHR_lights_punctual](https://github.com/KhronosGroup/glTF/tree/master/extensions/2.0/Khronos/KHR_lights_punctual)
@@ -59,4 +62,4 @@ Prerelease Nuget packages available [here.](https://www.nuget.org/packages/Sharp
 
 #### Alternative glTF2 c# libraries
 - [Khronos Group glTF-CSharp-Loader](https://github.com/KhronosGroup/glTF-CSharp-Loader)
-- [Khronos Group UnityGLTF](https://github.com/KhronosGroup/UnityGLTF)
+- [Khronos Group UnityGLTF](https://github.com/KhronosGroup/UnityGLTF)