Skip to content

Commit

Permalink
doc(layers): improve raster layers doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jailln committed Jan 24, 2023
1 parent 2497d00 commit c53436a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/tutorials/Fundamentals.md
Expand Up @@ -76,6 +76,8 @@ Some point clouds formats such as Potree, Las and Entwine already have parsers d
| :---: | :---: | :---: |
| A simple `ColorLayer` is displayed | An `ElevationLayer` is added to represent terrain elevation | A `GeometryLayer` is added to model the buildings |

Note that `{@link ColorLayer}` and `{@link ElevationLayer}` don't have their own geometry and are always *attached* to a `{@link GeometryLayer}` (generally the layer representing the geometry of the globe or of the plane). `{@link ColorLayer}` are projected onto this `{@link GeometryLayer}` and `{@link ElevationLayer}` are used to read elevation and to apply it to a `{@link GeometryLayer}`.

***

## Style
Expand Down

0 comments on commit c53436a

Please sign in to comment.