microsoft / MapsSDK-Unity

This repository contains samples, documentation, and supporting scripts for Maps SDK, a Microsoft Garage project.
MIT License
650 stars 128 forks source link

3D polygon buildings. #178

Closed AlexAndSomethingElse closed 2 years ago

AlexAndSomethingElse commented 2 years ago

Hello! How to change the map settings so that the buildings are 3D rendered in height, as in the first picture? I only have a completely flat map (second picture).

3D

flat

AlexAndSomethingElse commented 2 years ago

Current settings.

image image image

cafigz commented 2 years ago

There is an example called Map Services Example that has a 3D example of a building. Give it a look, it might have what you need.

https://github.com/microsoft/MapsSDK-Unity/tree/master/SampleProject/Assets/Microsoft.Maps.Unity.Examples/MapServicesExample

image

kircher1 commented 2 years ago

The extruded style symbolic building shown in the original issue are not supported by this SDK. I'd file this more generally under supporting other vector data sources (#30).