allen-cell-animated / volume-viewer

https://allen-cell-animated.github.io/volume-viewer/
Other
90 stars 7 forks source link

Fix/max project brightness #72

Closed frasercl closed 1 year ago

frasercl commented 1 year ago

Resolve #53 (?)

Modify behavior of ray march shader when in max project mode to:

Additionally, converts shader code in volumeRayMarchShader.ts from an array of strings to a single template literal. NOTE this makes the diff challenging to read - review the second commit only for actual substantive code changes.