Struct ProbeVolumeSystemParameters
Initialization parameters for the probe volume system.
Inherited Members
Namespace: UnityEngine.Experimental.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public struct ProbeVolumeSystemParameters
Fields
memoryBudget
The memory budget determining the size of the textures containing SH data.
Declaration
public ProbeVolumeTextureMemoryBudget memoryBudget
Field Value
Type | Description |
---|---|
ProbeVolumeTextureMemoryBudget |
probeDebugMesh
The debug mesh used to draw probes in the debug view.
Declaration
public Mesh probeDebugMesh
Field Value
Type | Description |
---|---|
Mesh |
probeDebugShader
The shader used to visualize the probes in the debug view.
Declaration
public Shader probeDebugShader
Field Value
Type | Description |
---|---|
Shader |
sceneData
Scene data
Declaration
public ProbeVolumeSceneData sceneData
Field Value
Type | Description |
---|---|
ProbeVolumeSceneData |
shBands
Sh bands
Declaration
public ProbeVolumeSHBands shBands
Field Value
Type | Description |
---|---|
ProbeVolumeSHBands |