Skip to content

Commit

Permalink
Updated README for new specs directory layout
Browse files Browse the repository at this point in the history
  • Loading branch information
javagl committed Sep 24, 2022
1 parent 4e83af0 commit 3411ab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A **draft** implementation of a validator for 3D Tiles 1.1.

#### Validate a single tileset file:
```
npx ts-node src/main.ts --tilesetFile specs/data/Tilesets/TilesetWithFullMetadata/tileset.json
npx ts-node src/main.ts --tilesetFile specs/data/Samples/TilesetWithFullMetadata/tileset.json
```

#### Validate a single metadata schema file:
Expand Down Expand Up @@ -36,7 +36,7 @@ npx ts-node src/main.ts --subtreeSpecs

Validation reports are currently printed to the console. Options to write them into files may be added later. For example, validating an tileset from the `specs/data` directory like this:
```
npx ts-node src/main.ts --tilesetFile specs/data/validTilesetWithInvalidB3dm.json
npx ts-node src/main.ts --tilesetFile specs/data/tilesets/validTilesetWithInvalidB3dm.json
```
may print a validation report like this:
```
Expand Down

0 comments on commit 3411ab0

Please sign in to comment.