It would be nice to make MixedSourceEstimates and VolSourceEstimates plottable with _Brain instead of just surfaces. Random ideas: - Slicer is probably a good resource for ideas, and [context preserving](https://www.slicer.org/wiki/Modules:VolumeRendering-Documentation-3.5) looks cool - [VTK example](https://lorensen.github.io/VTKExamples/site/Python/Medical/MedicalDemo4/) produces:  - A random [ray-tracing lib, MIT license](https://github.com/Gjacquenot/PyRayTracer) - [A recent issue about it](https://discourse.vtk.org/t/volume-rendering-with-vtk-cpu-based-ok-gpu-based-not-visible/475/8) - [5-year-old post from VTK folks](https://blog.kitware.com/volume-rendering-improvements-in-vtk/) - [5-year-old post, using Python](https://pyscience.wordpress.com/2014/11/16/volume-rendering-with-python-and-vtk/) Alternatively we could go with isocontours, but seems harder to control/configure
It would be nice to make MixedSourceEstimates and VolSourceEstimates plottable with _Brain instead of just surfaces.
Random ideas:
Slicer is probably a good resource for ideas, and context preserving looks cool
VTK example produces:
A random ray-tracing lib, MIT license
A recent issue about it
5-year-old post from VTK folks
5-year-old post, using Python
Alternatively we could go with isocontours, but seems harder to control/configure