florianblume / Qt3D-OffscreenRenderer

This project is based on the Qt 3D basic shapes C++ example.
GNU General Public License v3.0
55 stars 17 forks source link

Minor fixes #3

Closed wonder-sk closed 6 years ago

wonder-sk commented 6 years ago

Hi @Sonnentierchen thanks a lot for the useful code!

It would not compile on my machine (gcc), hence the fix in the header.

And then it took me a while to figure out that my Qt version (5.9.1) was affected by a bug in Qt, so it may be useful to have such note for others as well :-)

florianblume commented 6 years ago

For me this code did not properly work with Qt 5.10 by the way. Not sure if this has changed. In the meantime I omitted the framework completely, because I was so annoyed with the documentation and the performance issues :D