Qt3d: Looking for resources about offscreen rendering & shadows
-
As everyone is probably aware, the docs for Qt3d are not really that complete, and there aren't that many examples. With internet searches being less-and-less useful, it's more difficult to find good, up-to-date information.
So I'm looking for any and all resources - code snippets, blog posts, example code, mastodon posts, photos of code scribbled on napkins, etc. - mainly about two topics:
- offscreen rendering
- adding shadows
(Looking for C++, but I'll even take QML.)
I had offscreen rendering working w/Qt5.something, but with Qt 5.15 it doesn't always render the whole scene to the offscreen texture. With Qt6 it doesn't work at all (just get a blue image).
Shadows I never got working despite a lot of head-meets-wall, but I would love to get them working at some point.
Thanks for any and all pointers!