소스 검색

fixed markdown tables.

Vicente Penades 6 년 전
부모
커밋
801f7e6380
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/SharpGLTF.Toolkit/Geometry/VertexTypes/readme.md
  2. 1 1
      src/SharpGLTF.Toolkit/Materials/readme.md

+ 1 - 1
src/SharpGLTF.Toolkit/Geometry/VertexTypes/readme.md

@@ -16,7 +16,7 @@ a full vertex in a vertex buffer.
 The table below shows the possible combinations:
 
 |Position|Material|Skinning _(maxBones×weights)_|
-|-|
+|-|-|-|
 |Position|Empty|Empty|
 |Position Normal|Color0|256 ×4
 |Position Normal Tangent|Texture0|256 ×8

+ 1 - 1
src/SharpGLTF.Toolkit/Materials/readme.md

@@ -16,7 +16,7 @@ Each channel has a Texture, and a Vector4<X,Y,Z,W> parameter, where every
 element has a different meaning, depending on the kind of channel:
 
 |Channel|Shader Style|X|Y|Z|W|
-|-|
+|-|-|-|-|-|-|
 |Normal|All|Scale
 |Occlussion|All|Strength
 |Emissive|All|Red|Green|Blue