Struct ProbeVolumeSystemParameters
Initialization parameters for the probe volume system.
Syntax
public struct ProbeVolumeSystemParameters
Fields
memoryBudget
The memory budget determining the size of the textures containing SH data.
Declaration
public ProbeVolumeTextureMemoryBudget memoryBudget
Field Value
probeDebugMesh
The debug mesh used to draw probes in the debug view.
Declaration
public Mesh probeDebugMesh
Field Value
probeDebugShader
The shader used to visualize the probes in the debug view.
Declaration
public Shader probeDebugShader
Field Value
sceneData
Declaration
public ProbeVolumeSceneData sceneData
Field Value
shBands
Declaration
public ProbeVolumeSHBands shBands
Field Value
Extension Methods