The Holographic Shop allows customers to browse a collection of products in Mixed Reality. The customers can view products, interact with them, position them in the 3D space, and even create a virtual Cart. The application consists of a Unity client app and a Microsoft Azure backend.
The Unity client application downloads the data from the server, renders the holograms, and allows for interaction.
Displays the categories of the products in a holographic list.
Displays the products of the selected category in a holographic list.
Displays the details of the selected product (title, price, descriptions) and two buttons:
- Add to Cart
- Interact
Displays the products that have been added to the Cart, using the "Add to Cart" button.
Allows the customer to interact with a Hologram and place it in the 3D space. The scene is using Spatial Mapping and allows the customer to place a product on the detected surfaces (wall, floor, etc). Additionally, this screen offers hologram-specific capabilities. Examples:
- Place a TV on a wall and watch a video.
- Place a desk on the floor and move nearby.
- Place a Stereo on a desk and turn on the music.
The Microsoft Azure backend infrastructure includes the data and the HTTPS web API endpoints.
More information to be added soon.