- 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.
推薦閱讀
- iOS面試一戰到底
- Python快樂編程:人工智能深度學習基礎
- C# 2012程序設計實踐教程 (清華電腦學堂)
- Learning Laravel 4 Application Development
- HDInsight Essentials(Second Edition)
- Mastering openFrameworks:Creative Coding Demystified
- 小型編譯器設計實踐
- Troubleshooting Citrix XenApp?
- Learning Ionic
- JavaScript Unit Testing
- Python趣味創意編程
- 基于JavaScript的WebGIS開發
- PHP從入門到精通(第7版)
- 深入理解Zabbix監控系統
- 開源網絡地圖可視化:基于Leaflet的在線地圖開發