ANARI-Docs
ANARI-Docs copied to clipboard
Add cubic option for filtering Volumetric field data
Currently the SpatialField filter
subtype only supports nearest
and linear
filtering. This issue is to add cubic
to the list of filtering values.
The change would look like:
Name | Type | Default | Description |
---|---|---|---|
filter | String | linear | filter used for reconstructing the field, possible values: nearest, linear, cubic |