Skip to content

Commit

Permalink
Cleanup, update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lexaknyazev committed Nov 15, 2019
1 parent 6ebc77a commit 87ae769
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
ISSUES.md text eol=lf
node/package.json text eol=lf
lib/gltf.g.dart text eol=lf
lib/src/version.dart text eol=lf
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

* When the extension is not declared in `extensionsUsed`, image objects with WebP data are reported with a new `IMAGE_NON_ENABLED_MIME_TYPE` error.

* Added support for `KHR_quantized_geometry` extension.
* Added support for `KHR_mesh_quantization` extension.

* Added `NON_REQUIRED_EXTENSION` error for extensions that cannot be optional (such as `KHR_quantized_geometry`).

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ NPM package: https://www.npmjs.com/package/gltf-validator
- KHR_lights_punctual
- KHR_materials_pbrSpecularGlossiness
- KHR_materials_unlit
- KHR_quantized_geometry
- KHR_mesh_quantization
- KHR_texture_transform
- [Full list of detectable issues](ISSUES.md).

Expand Down

0 comments on commit 87ae769

Please sign in to comment.