docs.unity3d.com
    显示 / 隐藏目录

    Class PathTracing

    A volume component that holds settings for the Path Tracing effect.

    Inheritance
    Object
    VolumeComponent
    PathTracing
    Inherited Members
    VolumeComponent.active
    VolumeComponent.OnEnable()
    VolumeComponent.OnDisable()
    VolumeComponent.Override(VolumeComponent, Single)
    VolumeComponent.SetAllOverridesTo(Boolean)
    VolumeComponent.GetHashCode()
    VolumeComponent.AnyPropertiesIsOverridden()
    VolumeComponent.OnDestroy()
    VolumeComponent.Release()
    VolumeComponent.displayName
    VolumeComponent.parameters
    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    [Serializable]
    [VolumeComponentMenu("Ray Tracing/Path Tracing (Preview)")]
    [HelpURL("https://docs.unity3d.com/Packages/com.unity.render-pipelines.high-definition@10.10/manual/Ray-Tracing-Path-Tracing.html")]
    public sealed class PathTracing : VolumeComponent

    Constructors

    PathTracing()

    Default constructor for the path tracing volume component.

    Declaration
    public PathTracing()

    Fields

    enable

    Enables path tracing (thus disabling most other passes).

    Declaration
    [Tooltip("Enables path tracing (thus disabling most other passes).")]
    public BoolParameter enable
    Field Value
    Type Description
    BoolParameter

    layerMask

    Defines the layers that path tracing should include.

    Declaration
    [Tooltip("Defines the layers that path tracing should include.")]
    public LayerMaskParameter layerMask
    Field Value
    Type Description
    LayerMaskParameter

    maximumDepth

    Defines the maximum number of bounces for each path, in [minimumDepth, 10].

    Declaration
    [Tooltip("Defines the maximum number of bounces for each path, in [minimumDepth, 10].")]
    public ClampedIntParameter maximumDepth
    Field Value
    Type Description
    ClampedIntParameter

    maximumIntensity

    Defines the maximum intensity value computed for a path segment.

    Declaration
    [Tooltip("Defines the maximum intensity value computed for a path segment.")]
    public ClampedFloatParameter maximumIntensity
    Field Value
    Type Description
    ClampedFloatParameter

    maximumSamples

    Defines the maximum number of paths cast within each pixel, over time (one per frame).

    Declaration
    [Tooltip("Defines the maximum number of paths cast within each pixel, over time (one per frame).")]
    public ClampedIntParameter maximumSamples
    Field Value
    Type Description
    ClampedIntParameter

    minimumDepth

    Defines the minimum number of bounces for each path, in [1, 10].

    Declaration
    [Tooltip("Defines the minimum number of bounces for each path, in [1, 10].")]
    public ClampedIntParameter minimumDepth
    Field Value
    Type Description
    ClampedIntParameter
    返回到顶部
    Copyright © 2023 Unity Technologies — 商标和使用条款
    • 法律条款
    • 隐私政策
    • Cookie
    • 不要出售或分享我的个人信息
    • Your Privacy Choices (Cookie Settings)