- Microsoft HoloLens Developer's Guide
- Dennis Vroegop
- 135字
- 2021-07-02 19:08:00
Fixing the camera
We need to fix the camera a bit though. Remember when we started up the emulator and everything was black? The reason for this is that anything that is rendered black in the device is going to be transparent. The reason for this is quite straightforward--the device adds light points to the real world and black would mean it removes light points from the real world. This is unfortunately physically impossible. So anything that is black will not get any light point and is, therefore, transparent. We need to change this here as well. Select the Main Camera in the left side and see how the properties appear on the right-hand side in the inspector . This is where we can make changes to our assets, in this case, our camera.
推薦閱讀
- Android Wearable Programming
- Python程序設計案例教程
- JavaScript動態網頁開發詳解
- The HTML and CSS Workshop
- 微信小程序項目開發實戰
- Kotlin從基礎到實戰
- OpenResty完全開發指南:構建百萬級別并發的Web應用
- INSTANT Adobe Edge Inspect Starter
- PrimeFaces Blueprints
- Flask Web開發:基于Python的Web應用開發實戰(第2版)
- 視窗軟件設計和開發自動化:可視化D++語言
- Visual C++開發寶典
- Java從入門到精通(視頻實戰版)
- 從零開始學UI設計·基礎篇
- C語言編程魔法書:基于C11標準