[Interest] beforeRender / render / afterRender

2020-03-11 Thread Alexandre Ribeiro
Hi, I have my own custom 3D engine, that uses a custom renderer based on the principles that can be seen in the textureinsgnode example. In that example, immediately after the logo is rendered (in LogoInFboRenderer::render), update is called, triggering a new frame render. In FboInSGRenderer, i

[Interest] Component with path `*.qml` could not be created

2020-03-11 Thread Megidd Git
While using Qt Design Studio 1.4.0 community release, I receive such warnings: Component with path `*.qml` could not be created The warning/error is shown when I use custom QML types which have their own QML files. Looks like there have been similar issues