Skip to content
Snippets Groups Projects
Commit 9acd5700 authored by Knuiman, Bart's avatar Knuiman, Bart
Browse files

Merge branch 'master' of git.wur.nl:wander/vectortile

parents 169d1c60 4f379525
No related branches found
No related tags found
No related merge requests found
## VectorTiles (HDRP) ### GOTO Master2, there wan issue with copying repos.
Can download a vector tile from a TMS service and
can convert the tile to a raster for basing a terrain upon it.
### Dependencies (GIT Pacakages)
- utils
### Usage:
```
var tile = VectorTile.FromUrl( url );
tile.ForEach( width=1024, height=1024, (x, y, feature) =>
{
// x and y in pixel space starting at: [0, 0]
switch( feature )
{
}
});
Texture2D texture = tile.RenderToTexture( width=1024, height=1024, layers );
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment