Team-Cartographer / SUITS24-HMD-OLD

Our HMD Code submission to the NASA SUITS (Spacesuit User Interface Technologies for Students) Challenge 2023/24.
1 stars 0 forks source link

Minimap dev 1.0 #18

Closed a1-Raza closed 4 months ago

a1-Raza commented 5 months ago

This has all the basic minimap features on a new scene (called MinimapTestScene), including the minimap itself (which follows the headset user), an expandable view if you click the minimap that lets you scroll and zoom in/out of the field map, and place pins. There's also a hand menu I included which is mostly to be used in a test build.

A potential issue is that the scrolling feature is buggy, as it is an MRTK experimental feature. It works as intended when using your mouse inside Unity, but doesn't scroll sometimes when you try to use the Hololens simulated hands (whereas the other interactable features work as intended). Hoping this scrolling feature will be fixed in an updated version of MRTK, otherwise I might have to use something else to be able to scroll on the map view.

a1-Raza commented 4 months ago

With my minimap and Isha's compass work being merged together already, we don't need to do this pull request