- HoloLens Beginner's Guide
- Jason Odom
- 345字
- 2021-07-02 23:35:10
What this book covers
Chapter 1, Welcome to the New World, will introduce Microsoft HoloLens and its capabilities, as well as introduce and install the tools we will use to develop software for the device.
Chapter 2, HoloWorld, outlines how to build our first basic application. It will include the entire process from start to running on HoloLens.
Chapter 3, I Am in Control, covers the pillars of HoloLens input, Gaze Gesture, and Voice. We will also get into some of the elements of Unity development, such as Prefabs.
Chapter 4, User-Friendly Interface, takes you through C# scripting at a high, and teaches you to use what you have learned to build some interactive user interface elements. We then get to see these elements at work.
Chapter 5, Now That Is How It Should Sound, teaches you to take the knowledge accrued in the earlier chapters and begin your book project. We then learn about sound: AudioSources, AudioListener, and Spatialized Audio.
Chapter 6, Not So Blank Spaces, covers one of the major elements that help HoloLens create the magic that it is capable of--spatial mapping. We then use the spatial map in the context of our project so that we can learn how to move objects around our spatial map.
Chapter 7, The Tools of the Trade, focuses on the World Anchor, World Anchor Manager, and World Anchor Store. These important elements of persistence are a must-know. We then create a simple in-game debug output to help us track down problems.
Chapter 8, Share What You Have Got, explains the Holographic Sharing service that Microsoft provides as part of the HoloToolkit. This service allows us to create multiuser experiences for HoloLens.
Chapter 9, Putting It All Together, takes some of everything we have learned and brings it together to help us round out our project and make a playable game.
Chapter 10, Fixing Problems, showcases what debugging and profiling options exist within the confines of our tools, Unity and Visual Studio, and there are many.
- Raspberry Pi for Python Programmers Cookbook(Second Edition)
- Vue.js設(shè)計(jì)與實(shí)現(xiàn)
- 解構(gòu)產(chǎn)品經(jīng)理:互聯(lián)網(wǎng)產(chǎn)品策劃入門寶典
- 新編Premiere Pro CC從入門到精通
- 零基礎(chǔ)學(xué)Python數(shù)據(jù)分析(升級(jí)版)
- 微信小程序開發(fā)解析
- 編程數(shù)學(xué)
- 低代碼平臺(tái)開發(fā)實(shí)踐:基于React
- Web前端應(yīng)用開發(fā)技術(shù)
- 小程序,巧應(yīng)用:微信小程序開發(fā)實(shí)戰(zhàn)(第2版)
- PHP 7從零基礎(chǔ)到項(xiàng)目實(shí)戰(zhàn)
- 30天學(xué)通C#項(xiàng)目案例開發(fā)
- OpenCV 3.0 Computer Vision with Java
- Python 3快速入門與實(shí)戰(zhàn)
- 從零開始構(gòu)建深度前饋神經(jīng)網(wǎng)絡(luò):Python+TensorFlow 2.x