Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 621 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 621 Bytes

HoloLens App

A simple HoloLens app to get started.

Prerequisites

The following tools are required to work with this project

Scenes

  • Cube - Checks whether an object has focus and is clicked.
  • Codeman - Same as cube but with our very own Codeman that changes animation when clicked.
  • SpatialMapping - Listens to air-tap events and places Codeman on top of objects
  • SpatialMapping Pathfinding - Dynamically builds navigation mesh on spatial mapping and Codeman walks on it with pathfinding.