public final class MPSTemporalWeighting
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Average
Compute an average of all samples.
|
static long |
ExponentialMovingAverage
Compute an exponential moving average by blending linearly between the previous
accumulated samples and the current sample according to the temporalReprojectionBlendFactor
property.
|
public static final long Average
public static final long ExponentialMovingAverage