Browse Source

add some documentation about the 3D Tiles glTF test fixtures, and how to validate them

Bert Temme 1 year ago
parent
commit
bc14ba2c3e
1 changed files with 14 additions and 1 deletions
  1. 14 1
      tests/SharpGLTF.Cesium.Tests/testfixtures/README.md

+ 14 - 1
tests/SharpGLTF.Cesium.Tests/testfixtures/README.md

@@ -1 +1,14 @@
-3D Tiles Test fixtures are obtained from https://github.com/CesiumGS/3d-tiles-validator/tree/main/specs/data/gltfExtensions
+# Test fixtures
+
+This directory contains glTF files used for testing 3D Tiles functionality.
+
+3D Tiles Test fixtures are obtained from https://github.com/CesiumGS/3d-tiles-validator/tree/main/specs/data/gltfExtensions
+
+## Validating
+
+The files can be validated using the 3D Tiles Validator:
+
+```
+$ git clone https://github.com/CesiumGS/3d-tiles-validator
+$ npx ts-node  ./3d-tiles-validator/src/main.ts --tileContentFile test.gltf
+```