- Microsoft HoloLens Developer's Guide
- Dennis Vroegop
- 177字
- 2021-07-02 19:08:01
Changing the background color
Another thing we need to change is the color of the virtual world. We do this by changing Clear flags. This is the color that is being used when no pixels need to be drawn for our scene. In a game, it would be nice to have a default background such as the one we see now, but in HoloLens, we want the default to be transparent and thus black.
Change Clear Flags from Skybox to Solid color and change the background color underneath this to black (RGB--0,0,0).
Every now and then, Unity might show Skybox again when we select other objects, but this is something we can ignore.
The camera itself has a "MainCamera" tag. This means that the SDK will take this camera and use it as the point of view. You can have multiple cameras in a scene, but only one camera can be the main camera. By default, this tag is already assigned, so we do not need to change anything here.

- Java語言程序設計
- C++ Primer習題集(第5版)
- Java程序設計與開發
- Python機器學習:數據分析與評分卡建模(微課版)
- Azure IoT Development Cookbook
- 深入理解Django:框架內幕與實現原理
- DevOps Automation Cookbook
- INSTANT MinGW Starter
- Blender 3D Incredible Machines
- 機器學習與R語言實戰
- Webpack實戰:入門、進階與調優
- Python面試通關寶典
- 高質量程序設計指南:C++/C語言
- Java EE應用開發及實訓
- Learning C# by Developing Games with Unity 3D Beginner's Guide