Skip to content

Commit

Permalink
[doc] Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sherholz-intel committed Mar 10, 2023
1 parent 4a36891 commit 979db0c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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.

Expand Down
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -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`:
Expand Down

0 comments on commit 979db0c

Please sign in to comment.