Version: 2020.1
언어: 한국어
public float accurateOcclusionThreshold ;

설명

This parameter determines query distance for occlusion culling.

The accurateOcclusionThreshold controls the distance where the level of detail (LOD) changes.

The default value of this parameter is -1, and any value less than 0 has the same effect. Default values result in automatic calculation of the LOD.

When you use occlusion culling, the occlusion data of the world varies in level of detail. In the occlusion data, there are tiles of various sizes. Each tile contains a cells-and-portals graph. In each cell, visibility is the same. This means that any two points are visible within the cell. Portals are the openings between the cells, which determine the visibility between them.

The tiles are in a k-d tree. The tree contains different sized tiles, where each tile represents a level of detail. When you query a small tile, you get accurate culling results at the price of query time.

During the culling, the tile size varies with the distance from the camera. This gives finer detail closer to the camera, and coarser detail at further distance.

The higher the value is, the higher the accuracy is far away form the camera. High values can have a negative impact on performance.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961