diff --git a/CHANGELOG.md b/CHANGELOG.md index e96a207..5316212 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ Version History Therefore, the function attributes `splatSamples` and `sampler` have been removed from the `PrepareSamples` function. + - Added `PropagateSamples` method prepare and push samples to the `SampleStorage` + The goal is to replace `PrepareSamples`, `GetSamples` and `AddSamples`. + - `Sampler`: - Removed since it is not used/needed anymore. diff --git a/README.md b/README.md index cd7d0dc..336d4b4 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,10 @@ specification is still in flux and might change with upcoming releases. fact that knn-lookups have proven to be better. Therefore, the function attributes `splatSamples` and `sampler` have been removed from the `PrepareSamples` function. + + - Added `PropagateSamples` method prepare and push samples to + the `SampleStorage` The goal is to replace `PrepareSamples`, + `GetSamples` and `AddSamples`. - `Sampler`: - Removed since it is not used/needed anymore. - `SurfaceSamplingDistribution` and `VolumeSamplingDistribution`: