Skip to content

Commit

Permalink
Removed table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
javagl committed Nov 29, 2022
1 parent 64ce2eb commit 9d995b9
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<!-- omit in toc -->
# 3D Tiles Validator

A validator for [3D Tiles](https://github.com/CesiumGS/3d-tiles).
Expand All @@ -11,15 +10,6 @@ A validator for [3D Tiles](https://github.com/CesiumGS/3d-tiles).
> - The `3d-tiles-samples-generator` can be found in [the `3d-tiles-samples-generator` repository](https://github.com/CesiumGS/3d-tiles-samples-generator)
>
- [Overview](#overview)
- [Implemented Features](#implemented-features)
- [Command Line Usage](#command-line-usage)
- [Report Files](#report-files)
- [Library Usage](#library-usage)
- [Validaton Result Filtering](#validaton-result-filtering)
- [Implementation Notes](#implementation-notes)


## Overview

The 3D Tiles validator can be used to validate 3D Tiles tilesets and their associated tile content data. It supports version 1.0 and version 1.1 of the 3D Tiles specification. The validator can be used as a command line tool, or as a library.
Expand All @@ -39,13 +29,11 @@ The 3D Tiles validator can be used to validate 3D Tiles tilesets and their assoc

## Command Line Usage

<!-- omit in toc -->
#### Validate a single tileset file
```
npx ts-node src/main.ts --tilesetFile specs/data/Samples/TilesetWithFullMetadata/tileset.json
```

<!-- omit in toc -->
#### Validate a set of tileset files
```
npx ts-node src/main.ts --tilesetsDirectory specs/data/Samples/
Expand Down

0 comments on commit 9d995b9

Please sign in to comment.