- Microsoft HoloLens Developer's Guide
- Dennis Vroegop
- 82字
- 2021-07-02 19:08:01
Changing the position
First, we need to change the position. The default camera is placed at the coordinates {0, 1, -10}. In HoloLens, however, we are the camera. We are at the center of what is going on, so we need to change these to camera coordinates to {0,0,0}. You enter these values manually or you can click the cogwheel in the top-right corner and click on Reset. This will reset all values to the default which in our case is {0,0,0}.
推薦閱讀
- Linux網(wǎng)絡(luò)程序設(shè)計:基于龍芯平臺
- Learning Firefox OS Application Development
- Java程序設(shè)計與實(shí)踐教程(第2版)
- JS全書:JavaScript Web前端開發(fā)指南
- 程序員修煉之道:通向務(wù)實(shí)的最高境界(第2版)
- SharePoint Development with the SharePoint Framework
- WebRTC技術(shù)詳解:從0到1構(gòu)建多人視頻會議系統(tǒng)
- Expert Data Visualization
- PySide 6/PyQt 6快速開發(fā)與實(shí)戰(zhàn)
- 大數(shù)據(jù)分析與應(yīng)用實(shí)戰(zhàn):統(tǒng)計機(jī)器學(xué)習(xí)之?dāng)?shù)據(jù)導(dǎo)向編程
- Android移動開發(fā)案例教程:基于Android Studio開發(fā)環(huán)境
- 從Power BI到Analysis Services:企業(yè)級數(shù)據(jù)分析實(shí)戰(zhàn)
- Ext JS 4 Plugin and Extension Development
- 數(shù)據(jù)結(jié)構(gòu):Python語言描述
- C++17 By Example