Class VolumetricLightingSystem | High Definition RP | 6.7.1-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class VolumetricLightingSystem

    Inheritance
    Object
    VolumetricLightingSystem
    Namespace: UnityEngine.Experimental.Rendering.HDPipeline
    Syntax
    public class VolumetricLightingSystem

    Fields

    k_MaxVisibleVolumeCount

    Declaration
    public const int k_MaxVisibleVolumeCount = 512
    Field Value
    Type Description
    Int32

    preset

    Declaration
    public VolumetricLightingSystem.VolumetricLightingPreset preset
    Field Value
    Type Description
    VolumetricLightingSystem.VolumetricLightingPreset

    Methods

    Build(HDRenderPipelineAsset)

    Declaration
    public void Build(HDRenderPipelineAsset asset)
    Parameters
    Type Name Description
    HDRenderPipelineAsset asset

    Cleanup()

    Declaration
    public void Cleanup()

    DeinitializePerCameraData(HDCamera)

    Declaration
    public void DeinitializePerCameraData(HDCamera hdCamera)
    Parameters
    Type Name Description
    HDCamera hdCamera

    InitializePerCameraData(HDCamera, Int32)

    Declaration
    public void InitializePerCameraData(HDCamera hdCamera, int bufferCount)
    Parameters
    Type Name Description
    HDCamera hdCamera
    Int32 bufferCount

    PrepareVisibleDensityVolumeList(HDCamera, CommandBuffer, Single)

    Declaration
    public DensityVolumeList PrepareVisibleDensityVolumeList(HDCamera hdCamera, CommandBuffer cmd, float time)
    Parameters
    Type Name Description
    HDCamera hdCamera
    CommandBuffer cmd
    Single time
    Returns
    Type Description
    DensityVolumeList

    PushGlobalParams(HDCamera, CommandBuffer, Int32)

    Declaration
    public void PushGlobalParams(HDCamera hdCamera, CommandBuffer cmd, int frameIndex)
    Parameters
    Type Name Description
    HDCamera hdCamera
    CommandBuffer cmd
    Int32 frameIndex

    UpdatePerCameraData(HDCamera)

    Declaration
    public void UpdatePerCameraData(HDCamera hdCamera)
    Parameters
    Type Name Description
    HDCamera hdCamera

    VolumetricLightingPass(HDCamera, CommandBuffer, Int32)

    Declaration
    public void VolumetricLightingPass(HDCamera hdCamera, CommandBuffer cmd, int frameIndex)
    Parameters
    Type Name Description
    HDCamera hdCamera
    CommandBuffer cmd
    Int32 frameIndex

    VolumeVoxelizationPass(HDCamera, CommandBuffer, Int32, DensityVolumeList, LightLoop)

    Declaration
    public void VolumeVoxelizationPass(HDCamera hdCamera, CommandBuffer cmd, int frameIndex, DensityVolumeList densityVolumes, LightLoop lightLoop)
    Parameters
    Type Name Description
    HDCamera hdCamera
    CommandBuffer cmd
    Int32 frameIndex
    DensityVolumeList densityVolumes
    LightLoop lightLoop
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023