Skip to content

Commit 979db0c

Browse files
[doc] Updated Readme
1 parent 4a36891 commit 979db0c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ Version History
99
Therefore, the function attributes `splatSamples` and `sampler`
1010
have been removed from the `PrepareSamples` function.
1111

12+
- Added `PropagateSamples` method prepare and push samples to the `SampleStorage`
13+
The goal is to replace `PrepareSamples`, `GetSamples` and `AddSamples`.
14+
1215
- `Sampler`:
1316
- Removed since it is not used/needed anymore.
1417

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ specification is still in flux and might change with upcoming releases.
5757
fact that knn-lookups have proven to be better. Therefore,
5858
the function attributes `splatSamples` and `sampler` have
5959
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`.
6064
- `Sampler`:
6165
- Removed since it is not used/needed anymore.
6266
- `SurfaceSamplingDistribution` and `VolumeSamplingDistribution`:

0 commit comments

Comments
 (0)