Hey all, assume I have a time-varying 3d volume that I wish to animate and save as an mp4 file, where the volume is simply a color-coded cube, where the color coding is the value of each pixel varying in time. I found no correct syntax or good example to draw inspiration from, except for a futile attempt to make CairoMakie.record work.
I’d appreciate some aid with this!
Hi,
CairoMakie doesn’t support volume rendering.
You need to use GLMakie.
Animating that should just work like any other plot type, so without any more information it’s hard to see where you got stuck (besides the backend problem).
I figured as much and switched to GLMakie. I cannot add a link here, but should you search Youtube for “Oceananigans Deep convection”, you’ll see the perfect example of how I’d like animate this volume, where the desired x-axis coordinate being some variable.