Re: [Interest] Qt3D Multiple color targets not working

2019-08-04 Thread Paul Lemire via Interest
Hi Gil, I'm pretty sure that's because you are using the PhongMaterial which only writes to Depth and Color0. You'd need to have your own material which writes to 3 different outputs to properly populate the 3 color attachments. Paul On 8/1/19 7:42 PM, Gil H wrote: > > Hello everyone, I’m sure I

Re: [Interest] qdoc \qmltype \inherits Module::Type now broken?

2019-08-04 Thread Konstantin Podsvirov
15:00, 4 August 2019 г., Paul Wicking :Hi Konstantin,would you mind creating a bug report at https://bugreports.qt.io, please? (QTBUG project, "build tools: qdoc" as component)Best regards,PaulAlready here:https://bugreports.qt.io/browse/QTBUG-77313On 04/08/2019, 08:55, "Konstantin Podsvirov"

[Interest] Qt 5 pen input handle

2019-08-04 Thread Carlos
Hello, I was planning to move a project from Qt 4.8 to Qt 5.12 but I'm having a problem with the way the pen input (wacom digitizer) is being handled in Qt 5.12. On Qt 4.8 the pen input is received as a touch event, however on Qt 5.12 is received as a tablet event, Is there a way to get back

Re: [Interest] qdoc \qmltype \inherits Module::Type now broken?

2019-08-04 Thread Paul Wicking
Hi Konstantin, would you mind creating a bug report at https://bugreports.qt.io, please? (QTBUG project, "build tools: qdoc" as component) Best regards, Paul On 04/08/2019, 08:55, "Konstantin Podsvirov" wrote: 04.08.2019, 08:23, "Sze Howe Koh" : > On Sun, 4 Aug 2019 at 08:48, Ko