ridatadiscoverycenter / react-aframe-volume-renderer

afreame-webgl2 volumen renderer as a reactjs app
MIT License
3 stars 0 forks source link

show data min/max on transfer function #34

Closed mcmcgrath13 closed 2 years ago

mcmcgrath13 commented 2 years ago

right now it is unitless, add the min max for context

mirestrepo commented 2 years ago

You will need to grab the min and max value for the real units. i.e salinity, temperature before png (0-255). This means when you are converting to pngs, get the min and max for that volume and she to a side json file, that can later be loaded in the web app for re-normalization