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

Goto master2

parent e5ce2b68
No related branches found
No related tags found
No related merge requests found
## VectorTiles (HDRP)
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 );
```
### GOTO Master2, there wan issue with copying repos.
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