Is it possible to display/animate a 3D scene in a module?
Thanks!
seguo… 
Thanks! Are there already such modules (ideally open source)?
I’ll also have a look at this GLFW 3D ‘demo’ project:
Use OpenGlWidget.
For clarity, I’m assuming you mean something similar to doing this as panel graphics (or a portion thereof)?
I think Monsieur Bouffier is doing something smarter because he wrote it BEFORE the existence of the OpenGlWidget. Probably is computing by himself quaternion xformations
Yeah, he’s probably doing pseudo-3D with 2D paths, just like the Fairlight CMI or SynthTech WaveEdit. All you have to do is multiply the wavetable’s (x, y) indices with a rotation transform for an orthogonal projection.
