- Microsoft HoloLens Developer's Guide
- Dennis Vroegop
- 237字
- 2021-07-02 19:08:11
Using the emulator
In the selector in Visual Studio, you can choose the target for the deploy and debug session:

You see the targets I have on my machine. I have several virtual machines I can deploy to, since I also have the mobile development tools installed. Your screen might be different, but you should have the Remote Machine, Device, and HoloLens Emulator options available. Remote Machine and Device connect to the actual HoloLens (through Wi-Fi and through USB respectively); the Emulator is a virtual machine that got installed when you installed the tools. This is what we use now. Select this and start a debug session by either pressing the play icon next to the selection, pressing F5, or going to Debug | Start Debugging. The project will build again and then deploy to the emulator. If it is not already running, it will start the emulator and load the OS first. Then, it will start your application. And if all goes well, you should see your guitar. Use the A, W, S, and D keys on your keyboard to move left, forward, backward, and right in the virtual world; use the arrow keys to move your virtual head around. Try to walk around your object and see what it looks like from all sides. Press F2 to go back to the Start menu in the emulator.
- Oracle WebLogic Server 12c:First Look
- R語言數(shù)據(jù)可視化實(shí)戰(zhàn)
- Spring Cloud、Nginx高并發(fā)核心編程
- Java深入解析:透析Java本質(zhì)的36個(gè)話題
- Java性能權(quán)威指南(第2版)
- 網(wǎng)絡(luò)爬蟲原理與實(shí)踐:基于C#語言
- Mastering Linux Security and Hardening
- Extreme C
- Java EE企業(yè)級(jí)應(yīng)用開發(fā)教程(Spring+Spring MVC+MyBatis)
- 時(shí)空數(shù)據(jù)建模及其應(yīng)用
- Orchestrating Docker
- 大數(shù)據(jù)時(shí)代的企業(yè)升級(jí)之道(全3冊(cè))
- Java 9 with JShell
- Web編程基礎(chǔ):HTML5、CSS3、JavaScript(第2版)
- Web前端測(cè)試與集成:Jasmine/Selenium/Protractor/Jenkins的最佳實(shí)踐