From 979db0cc37d53dc67722d9c59a8045cb8200170d Mon Sep 17 00:00:00 2001 From: Sebastian Herholz Date: Fri, 10 Mar 2023 08:45:48 +0100 Subject: [PATCH] [doc] Updated Readme --- CHANGELOG.md | 3 +++ README.md | 4 ++++ 2 files changed, 7 insertions(+) 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`: