Version: 2021.2
언어: 한국어

RayTracingSubMeshFlags

enumeration

매뉴얼로 전환

설명

Flags that determine the behavior of a sub-mesh in a RayTracingAccelerationStructure.

When you call RayTracingAccelerationStructure.AddInstance, you can pass a Renderer as argument. The Renderer's Mesh can have one or more sub-meshes. Use these flags to determine the behavior of individual sub-meshes when building an acceleration structure, or when performing ray tracing.

See Also: RayTracingAccelerationStructure, MeshFilter.sharedMesh, Mesh.subMeshCount.

변수

DisabledUnity skips the sub-mesh when building a RayTracingAccelerationStructure. As a result, rays cast using TraceRay HLSL function will never intersect the sub-mesh.
EnabledThe sub-mesh is provided as input to a RayTracingAccelerationStructure build operation.
ClosestHitOnlyWhen rays encounter this geometry, the geometry acts as though no any hit shader is present. The geometry is considered opaque.
UniqueAnyHitCallsThis flag enables the guarantee that for a given ray-triangle pair, an any hit shader is invoked only once, potentially with some performance impact.
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961