- Microsoft HoloLens Developer's Guide
- Dennis Vroegop
- 194字
- 2021-07-02 19:08:03
Thinking in three dimensions
First of all, normal Windows 10 applications are flat. It does not matter whether you write console applications, desktop applications, store applications, or mobile apps--all the action the users see is within a screen in front of them. Even if you write for the Xbox, which is a Windows 10 device with excellent graphics capabilities, you are still limited to the screen. The setup is always the same--the user looks at a screen in front of him.
In HoloLens, this is not the case. The user is placed in the middle of the scene. Sure, we can create two-dimensional apps and run them in the device but that is not what the device is made for. Most apps will have objects placed around the user and the user will navigate through the app by literally walking around, moving their head and looking in all directions. We need to ensure that we accommodate that. To do this, we need to do a couple of things:
- Ensure that objects are in a logical place
- Ensure that objects can be reached
- Ensure that objects can be found
Let's delve into these.
- 大話PLC(輕松動漫版)
- Docker and Kubernetes for Java Developers
- Python數據分析基礎
- Java高并發核心編程(卷2):多線程、鎖、JMM、JUC、高并發設計模式
- Python for Secret Agents:Volume II
- MATLAB圖像處理超級學習手冊
- Apache Spark Graph Processing
- Kotlin Standard Library Cookbook
- Unity 2018 Augmented Reality Projects
- 網絡數據采集技術:Java網絡爬蟲實戰
- Swift High Performance
- Spark技術內幕:深入解析Spark內核架構設計與實現原理
- 啊哈C語言!:邏輯的挑戰(修訂版)
- Docker on Windows
- 深度剖析ApacheDubbo核心技術內幕