IMaterialSubsurfaceScatteringScatteringKernel Interface
Namespace: Stride.Rendering.MaterialsAssembly: Stride.Rendering.dll
Common interface for calculating the scattering profile applied during the forward pass using the subsurface scattering shading model.
public interface IMaterialSubsurfaceScatteringScatteringKernel
| Name | Description | |
|---|---|---|
| Methods | ||
| Generate() | Generates the scattering kernel that is fed into the SSS post-process. |
|
Methods
Generate()
Generates the scattering kernel that is fed into the SSS post-process.
Vector4[] Generate()
Returns
| Type | Description |
|---|---|
| Vector4[] | ShaderSource. |