melowntech / Vtsmageddon

Example game where players drive a car in a city or landscape provided by VTS integration in Unity 3D
MIT License
7 stars 3 forks source link

i want to know more about vts #1

Open stickylabdev opened 4 years ago

stickylabdev commented 4 years ago

can i edit the whole 3d envirotment when the vts loaded the map ? ,, maybe can i download the map and edit in blender ?

malytomas commented 4 years ago

To learn more about VTS and its usage in Unity, see the asset store page: https://assetstore.unity.com/packages/tools/terrain/vts-landscape-streaming-plugin-125885

Read https://vts-geospatial.org/ to learn more about how VTS works. VTS is designed to give streaming access to tiled and lodded datasets (it can easily work with terabytes of data). The data are not intended for modification at the client side. However, you can setup backend server that would stream your own dataset.