From 2e84b01f9f50c15df1ea48f3465eb3b59d3ed042 Mon Sep 17 00:00:00 2001 From: Bit Date: Thu, 4 Feb 2021 17:59:00 -0800 Subject: [PATCH] Added Web Trends --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 238c25a9..5f37cb0f 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # HoloLens 2 Data Visualization -[![California Fire Data Visualization Demo with Bing Maps](http://img.youtube.com/vi/TjjB4RUQTG8/0.jpg)](http://www.youtube.com/watch?v=TjjB4RUQTG8) +[![California Fire Data Visualization Demo with Bing Maps](./Content/Hololens%20GIF-downsized_large.gif)](http://www.youtube.com/watch?v=TjjB4RUQTG8) ## Technology - [Unity3D](https://unity.com/) - [Bing Maps Unity SDK](https://github.com/Microsoft/MapsSDK-Unity?WT.mc_id=github-mrdd-ayyonet) - [Mixed Reality Toolkit Unity](https://github.com/microsoft/MixedRealityToolkit-Unity?WT.mc_id=github-mrdd-ayyonet) -- [HoloLens 2 & Windows Mixed Reality](https://docs.microsoft.com/en-us/windows/mixed-reality/?WT.mc_id=github-mrdd-ayyonet) +- [HoloLens 2 & Windows Mixed Reality](https://docs.microsoft.com/windows/mixed-reality/?WT.mc_id=aiml-0000-ayyonet) ## Overview @@ -15,8 +15,12 @@ The map control has been optimized for mixed reality applications and devices including the HoloLens, HoloLens 2, Windows Immersive headsets, HTC Vive, and Oculus Rift. Soon the SDK will also be provided as an extension to the [Mixed Reality Toolkit (MRTK)](https://github.com/Microsoft/MixedRealityToolkit-Unity). -| | | +### Feature Guides + +| [Configuring the map](https://github.com/microsoft/MapsSDK-Unity/wiki/Configuring-the-MapRenderer) | [Attaching GameObjects](https://github.com/microsoft/MapsSDK-Unity/wiki/Attaching-GameObjects-to-the-map) | [Adding labels](https://github.com/microsoft/MapsSDK-Unity/wiki/Adding-labels-to-the-map) | | :--- | :--- | :--- | +| [**Animating the map**](https://github.com/microsoft/MapsSDK-Unity/wiki/Animating-with-MapScenes) | [**Raycasting the map**](https://github.com/microsoft/MapsSDK-Unity/wiki/Raycasting-the-map) | [**Displaying copyrights**](https://github.com/microsoft/MapsSDK-Unity/wiki/Customizing-copyrights-display) | +| [**Customizing map data**](https://github.com/microsoft/MapsSDK-Unity/wiki/Customizing-data-sources) | [**Displaying contour lines**](https://github.com/microsoft/MapsSDK-Unity/wiki/Displaying-contour-lines) | | ## Getting started