[Interest] Qt3D Rendering offscreen

2018-01-05 Thread Florian Blume
I've got a working example running that renders the scene completely offline. See here: https://github.com/Sonnentierchen/Qt3D-OfflineRenderer. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Qt3D Rendering offscreen

2017-08-16 Thread Andy
-) I'll take a look. > > Best regards, > > Laszlo > > > > > > *From:* Interest [mailto:interest-bounces+laszlo.agocs=qt.io@qt-project. > org] *On Behalf Of *Andy > *Sent:* onsdag 16. august 2017 07.19 > *To:* Sean Harmer > *Cc:* Qt Project > *Subjec

Re: [Interest] Qt3D Rendering offscreen

2017-08-15 Thread Laszlo Agocs
: Sean Harmer Cc: Qt Project Subject: Re: [Interest] Qt3D Rendering offscreen Does anybody have any hints? I've tried all kinds of node configurations and can't get this to work. Thanks. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney<https://twitter.com/asmaloney&g

Re: [Interest] Qt3D Rendering offscreen

2017-08-15 Thread Andy
Does anybody have any hints? I've tried all kinds of node configurations and can't get this to work. Thanks. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney On Sat, Aug 12, 2017 at 2:03 PM, Andy wrote: > Based on your outline, here is the hiera

Re: [Interest] Qt3D Rendering offscreen

2017-08-12 Thread Andy
Based on your outline, here is the hierarchy I have set up (but I still get images of size (1,1)): Qt3DRender::QRenderCapture:: Qt3DExtras::QForwardRenderer:: Qt3DRender::QRenderSurfaceSelector:: Qt3DRender::QViewport:: Qt3DRender::QCameraSelector::

Re: [Interest] Qt3D Rendering offscreen

2017-08-12 Thread Andy
On Sat, Aug 12, 2017 at 8:40 AM, Sean Harmer wrote: > Hi, > > On Friday 11 August 2017 14:34:34 Andy wrote: > > Goal: With Qt3D (C++), render my scene offscreen, use render capture on > it, > > and save image to disk. > > > > With my Qt3DWindow-based solution the scene looks fine and I can do the

Re: [Interest] Qt3D Rendering offscreen

2017-08-12 Thread Sean Harmer
Hi, On Friday 11 August 2017 14:34:34 Andy wrote: > Goal: With Qt3D (C++), render my scene offscreen, use render capture on it, > and save image to disk. > > With my Qt3DWindow-based solution the scene looks fine and I can do the > render capture part (on macOS anyways - Windows doesn't work for

[Interest] Qt3D Rendering offscreen

2017-08-11 Thread Andy
Goal: With Qt3D (C++), render my scene offscreen, use render capture on it, and save image to disk. With my Qt3DWindow-based solution the scene looks fine and I can do the render capture part (on macOS anyways - Windows doesn't work for me - https://bugreports.qt.io/browse/QTBUG-61223 ). Now I ne