Closed jadh4v closed 2 years ago
Pass range information to DataArray externally if available, to avoid multiple calls to computeRange, since this can be a performance penalty if the image data is very large. Example shown below:
<DataArray registration="setScalars" values={dataArray} range={{ min: range[0], max: range[1] }} />
LGTM!
@floryst @jourdain can we merge this?
:tada: This PR is included in version 1.12.7 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Pass range information to DataArray externally if available, to avoid multiple calls to computeRange, since this can be a performance penalty if the image data is very large. Example shown below: