File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ Version History
9
9
Therefore, the function attributes ` splatSamples ` and ` sampler `
10
10
have been removed from the ` PrepareSamples ` function.
11
11
12
+ - Added `PropagateSamples` method prepare and push samples to the `SampleStorage`
13
+ The goal is to replace `PrepareSamples`, `GetSamples` and `AddSamples`.
14
+
12
15
- ` Sampler ` :
13
16
- Removed since it is not used/needed anymore.
14
17
Original file line number Diff line number Diff line change @@ -57,6 +57,10 @@ specification is still in flux and might change with upcoming releases.
57
57
fact that knn-lookups have proven to be better. Therefore,
58
58
the function attributes ` splatSamples ` and ` sampler ` have
59
59
been removed from the ` PrepareSamples ` function.
60
+
61
+ - Added ` PropagateSamples ` method prepare and push samples to
62
+ the ` SampleStorage ` The goal is to replace ` PrepareSamples ` ,
63
+ ` GetSamples ` and ` AddSamples ` .
60
64
- ` Sampler ` :
61
65
- Removed since it is not used/needed anymore.
62
66
- ` SurfaceSamplingDistribution ` and ` VolumeSamplingDistribution ` :
You can’t perform that action at this time.
0 commit comments