Table of Contents

Interface IMaterialSubsurfaceScatteringScatteringKernel

Namespace
Stride.Rendering.Materials
Assembly
Stride.Rendering.dll

Common interface for calculating the scattering profile applied during the forward pass using the subsurface scattering shading model.

public interface IMaterialSubsurfaceScatteringScatteringKernel

Methods

Generate()

Generates the scattering kernel that is fed into the SSS post-process.

Vector4[] Generate()

Returns

Vector4[]

ShaderSource.