docs.unity.cn
    Show / Hide Table of Contents

    Class NormalReconstruction

    Util class for normal reconstruction.

    Inheritance
    Object
    NormalReconstruction
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: UnityEngine.Rendering.Universal.Internal
    Syntax
    public static class NormalReconstruction

    Methods

    SetupProperties(CommandBuffer, CameraData)

    Setup properties needed for normal reconstruction from depth using shader functions in NormalReconstruction.hlsl

    Declaration
    public static void SetupProperties(CommandBuffer cmd, in CameraData cameraData)
    Parameters
    Type Name Description
    CommandBuffer cmd

    Command Buffer used for properties setup.

    CameraData cameraData

    CameraData containing camera matrices information.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 24 September 2021