https://github.com/malantin/mixedrealityimmersivemeshreceiver
Sample project showing how to receive room mesh data from a HoloLens device via the network in Immersive Windows Mixed Reality applications.
https://github.com/malantin/mixedrealityimmersivemeshreceiver
Last synced: 2 months ago
JSON representation
Sample project showing how to receive room mesh data from a HoloLens device via the network in Immersive Windows Mixed Reality applications.
- Host: GitHub
- URL: https://github.com/malantin/mixedrealityimmersivemeshreceiver
- Owner: malantin
- License: mit
- Created: 2018-01-21T21:16:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-08T20:46:35.000Z (over 7 years ago)
- Last Synced: 2025-01-21T06:29:20.157Z (4 months ago)
- Language: C#
- Size: 7.06 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MixedRealityImmersiveMeshReceiver
Sample project showing how to receive room mesh data from a HoloLens device via the network in Immersive Windows Mixed Reality applications. It demonstrates how to receive the data with UWP APIs instead on the .Net Framework APIs used in the MR toolkit. This sample is still a work in progress and simply for demonstration purposes right now.This code will be integrated with the MR toolkit for mesh transfer later on to be able to receive mesh data from a Hololens in an immserive Windows Mixed Reality application.