Extract code to compute gradient from trilinear interpolation
Open
- Dominant language
- JavaScript
- Stars
- 745
- Forks
- 212
- PR merge metrics
- No merged PRs in 30d
Description
`if (gradient.x == 1.)` in https://github.com/FNNDSC/ami/pull/311
why: "if" statements are slow in WebGL, and if the shader code runs a lot (volume rendering, slice thickness), it may become slow.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.