microsoft / HoloJS

Provides a framework for creating holographic apps using JavaScript and WebGL.
MIT License
1.19k stars 114 forks source link

Windows 10 build 17720 breaks HoloJs Spatial Input #177

Closed Reda-S closed 6 years ago

Reda-S commented 6 years ago

Spatial input is not working anymore on the latest Windows 10 build 17720 update.

Almost-Done commented 6 years ago

Thanks for letting me know.

Spatial input was not working. Also, there was an access violation when no triangles were available for a mesh. I changed the target SDK to RS4 as well.

See #179 and the develop/fix-spatial-input branch. If it fixes your issue I'll merge it into main.

Reda-S commented 6 years ago

It is working, thanks!