microsoft / MapsSDK-Unity

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

MRTK3 Pointer Handlers #205

Closed xiiihopeestheim closed 6 months ago

xiiihopeestheim commented 1 year ago

Looks to me that the interfaces: IMixedRealityPointerHandler, IMixedRealityInputHandler, IMixedRealityFocusHandler, IMixedRealityRaycastProvider are now obsolete in MRTK3, and MapRayCastProvider.cs and MixedRealityMapInteractionHandler.cs needs to be rewriten 😅

Does anyone have good samples on allowing panning the Map Renderer using MRTK3 pointer handlers? Thanks!

briotto-deloitte commented 11 months ago

Hi @xiiihopeestheim, did you have any luck getting panning to work on MRTK3?