Skip to content
This repository has been archived by the owner on Apr 28, 2021. It is now read-only.

More volume rendering algorithms #264

Open
goaud27 opened this issue Jan 2, 2020 · 1 comment
Open

More volume rendering algorithms #264

goaud27 opened this issue Jan 2, 2020 · 1 comment

Comments

@goaud27
Copy link

goaud27 commented Jan 2, 2020

True volume rendering rendering algorithm

I tried to render a dataset (3d array of intensities) and only Maximum Intensity Projection makes it look somehow realistic, although I see a lot of data missing. The question is how can I render a true volume with a custom-made colorscale that has fine-tuned alpha values to emphasize signal and make all the low-intensity noise transparent?
I could do that with ipyvolume setting a custom transfer function with alpha = some_strongly_non-linear_function(r,g,b). I could also do the same in Igor Pro (though it takes hours to render).
May be you can take an inspiration of true volume rendering from the ipyvolume?

@timholy
Copy link
Contributor

timholy commented Jan 2, 2020

This package is deprecated, see the README.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants