Skip to content

Commit

Permalink
feat(3DTiles) updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jogarnier authored and Desplandis committed Nov 20, 2023
1 parent 4f0c49c commit ebe9d98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@

"Parser": [
"GeoJsonParser",
"GLTFParser",
"GpxParser",
"VectorTileParser",
"CameraCalibrationParser",
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/Fundamentals.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Several specific types of `Layers` exist, the use of which depends on the data t
- `{@link PointCloudLayer}` can be used to display 3D point clouds. Any point cloud formats are supported as long as the corresponding `Source` is provided.
Some point clouds formats such as Potree, Las and Entwine already have parsers defined in itowns that you can use. For 3D Tiles point clouds (pnts), use
`C3DTilesLayer`.
- `{@link C3DTilesLayer}` can be used to display 3D Tiles layer (only b3dm and pnts).
- `{@link C3DTilesLayer}` can be used to display 3D Tiles layer (only b3dm and pnts and Google Photorealistic 3D Tiles).
- `{@link OrientedImageLayer}` can be used to display oriented images.


Expand Down

0 comments on commit ebe9d98

Please sign in to comment.