Re: [Interest] [QT3D] How Do I render multiple QEntities in different QViewports in C++?

2016-04-30 Thread Pierre Chicoine
> Hopefully that makes sense. In the future, I hope we can provide tooling and > perhaps higher level ways of building custom framegraphs. The framegraph is > hugely powerful as it totally allows changing the rendering algorithm at > runtime without having to touch low level C++ g

[Interest] [QT3D] Mesh sizes

2016-05-18 Thread Pierre Chicoine
convenient. Pierre Chicoine ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] [QT3D] transparencies

2016-05-20 Thread Pierre Chicoine
Is there an update on when transparencies will be supported by default? I am still on Qt 5.6. Maybe 5.7 or 5.8? Or should I plan on setting up my own shader? Pierre Chicoine ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org

[Interest] [QT3D] 3d Object and texture loads

2016-05-24 Thread Pierre Chicoine
? Pierre Chicoine ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Fwd: [QT3D] 3d Object and texture loads

2016-05-24 Thread Pierre Chicoine
and texture loads To: Pierre Chicoine Sorry, sent a personal letter by mistake. 2016-05-24 21:04 GMT+03:00 Oleg Evseev : > Maybe you read this > https://blog.qt.io/blog/2016/01/08/qt3d-asset-conditioning/ ? > > Regards, Oleg > > 2016-05-24 20:36 GMT+03:00 Pierre Chicoine : >

[Interest] [QT3D] 5.7 unable to light scenes properly

2016-06-05 Thread Pierre Chicoine
ented out. ​ Thank you for the upgrade. Pierre Chicoine ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] [QT3d] Does anyone have any idea how to position a light in C++?

2016-06-11 Thread Pierre Chicoine
Am I missing something simple. I can't seem to position a light in QT3D Any ideas anyone? ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] [QT3d] Does anyone have any idea how to position a light in C++?

2016-06-11 Thread Pierre Chicoine
s not what are you looking for? > > This is in qml but obviously it is not so hard to write it in c++ just add > components QTransform and QPointLight to the QEntity and it will work (I > think). > > Regards, Oleg. > > 2016-06-11 13:43 GMT+03:00 Pierre Chicoine : > >>

Re: [Interest] [QT3d] Does anyone have any idea how to position a light in C++?

2016-06-11 Thread Pierre Chicoine
tity) with one > transform to [strike]rule[/strike] transform them all simultaneously. It's > up to you. > > I've not tested all of this, but this is how it works looking on examples. > > Regards, Oleg. > > 2016-06-11 14:01 GMT+03:00 Pierre Chicoine : > >>

Re: [Interest] [QT3d] Does anyone have any idea how to position a light in C++?

2016-06-11 Thread Pierre Chicoine
sform to [strike]rule[/strike] transform them all simultaneously. It's > up to you. > > I've not tested all of this, but this is how it works looking on examples. > > Regards, Oleg. > > > 2016-06-11 14:01 GMT+03:00 Pierre Chicoine : > >> With a point l

Re: [Interest] [QT3d] Does anyone have any idea how to position a light in C++?

2016-06-11 Thread Pierre Chicoine
, Jun 11, 2016 at 4:11 AM, Oleg Evseev wrote: >> >>> Create new entity with transform and light components, add this entity >>> to the root entity to light the whole scene. One light with one transform. >>> >>> Run the "lights" example and you'll

[Interest] [QT3D] segmentation fault changing QMesh->setSource a few times

2016-06-14 Thread Pierre Chicoine
I need to change the mesh for a font on a numeric counter. I remove and recreate the mesh on a node. I reset the Qt3DRender::QMesh->mesh()->setSource(FileName) with a new mesh filename at each change iteration when I increment the numeric counter. After a few hundred iterations the app gives out

[Interest] [qt3d] is qt3d working on the Raspberry PI yet?

2016-06-21 Thread Pierre Chicoine
Does anyone have an idea why compile stops here. Should I put out a Jira bug instead? Does qt3d compile on the Raspberry PI? I cant seem to get qt3d to compile on 5.7. The compiler gives me an error 2. I'm on Kubuntu 14.04. The compile makes it through most of Qt but quits here. Here's the outpu

Re: [Interest] [qt3d] is qt3d working on the Raspberry PI yet?

2016-06-22 Thread Pierre Chicoine
Never mind. I cloned Qt repository with GIT and it compiled all the way through. Cheers Pierre Chicoine On Tue, Jun 21, 2016 at 9:50 AM, Pierre Chicoine < pierrechicoine...@gmail.com> wrote: > Does anyone have an idea why compile stops here. Should I put out a Jira > bug instea

[Interest] Raspberry PI toolkit for 5.7

2016-07-10 Thread Pierre Chicoine
Does anyone know of a toolkit for the Raspberry PI that will compile 5.7 on Linux? ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] [QT3D] Are any Qt3d or OpenGL examples supported on Boot2Qt on Raspberry PI3

2016-07-18 Thread Pierre Chicoine
I am using the commerical Device Creation using Boot2Qt and no examples work. Not even the OpenGL versions. They all crash. Are they supported? I am on Linux Kubuntu 14.04 Intel I7 960 qt3d fails in qopenglcontext.cpp on line 731 /// this is the function it fails in at first line of fu

[Interest] Qt3d 5.7 embedded success anyone

2016-08-19 Thread Pierre Chicoine
Has anyone been successful in getting Qt3d working on any embedded platform such as Android, Raspberry PI or Beaglebone? ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] QT3D. Sorting Transparencies in C++

2016-11-08 Thread Pierre Chicoine
Has anyone come up with a way of sorting transparencies using C++ yet? In OpenGL I could sort my object array paint sequence with front transparencies last when mouse click was released. In Qt3d all objects have to be recreated using that order on mouse release. That's difficult to do. Too many pro

[Interest] Qt3d and Webassembly

2018-11-11 Thread Pierre Chicoine
Is anyone working on getting Qt3d working on Webassembly, and, if so, any idea of when it will be applied? ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Qt5.8 qt3d examples not working on Raspberry Pi 3

2017-02-21 Thread Pierre Chicoine
I have the exact same problem where the shader crashes on a loop constant on line 41 on all Qt3d examples and my own qt3d program. I will test the shader directly and see if I can find the problem tomorrow when I get back to my development platform. My guess is that they didn't test Qt3d on Raspbe

[Interest] Qt 5.8 qt3d examples not working on Raspberry Pi 3

2017-02-28 Thread Pierre Chicoine
Qt3d 5.8 examples are not working on Raspberry Pi 3 using Raspbian Jessie. I'm using the latest Raspberry PI toolkit not Yocto. Should I use a different board? I've tried all GL driver modes in raspi-config. The current VC4 driver doesnt' work. Strangely enough, the Raspberry PI works with qopengl

[Interest] Qt3d - on any embedded board?

2017-04-20 Thread Pierre Chicoine
Has anyone tried getting Qt3d running on any embedded board? I've tried it on Raspberry Pi. Doesn't work. Maybe a Mali GPU with an Arm processor board? Anyone? ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/

[Interest] Qt3d runs on which embedded boards?

2017-06-12 Thread Pierre Chicoine
Does anyone know which embedded board runs Qt3d? As yet it doesn't run on a Raspberry Pi although Qt with OpenGl does. Would be nice to know as it takes a lot of time to set up an embedded environment. Thank you ___ Interest mailing list Interest@qt-pro

[Interest] Does anyone have Qt3D running on any embedded board?

2017-07-30 Thread Pierre Chicoine
Has anyone been successful at running QT3D on any board? Eventually, I hope someone will succeed and post here. Pierre Chicoine ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Does anyone have Qt3D running on any embedded board?

2017-07-30 Thread Pierre Chicoine
I wished Qt3d worked on the Raspberry Pi. I have compiled OpenGL ES 2 programs and they work really well on the Raspberry Pi but not Qt3d. It crashes on a shader error. Pierre Chicoine On Sun, Jul 30, 2017, 4:14 PM Christian Gagneraud wrote: > On 31 July 2017 at 10:55, Pierre Chicoine >

Re: [Interest] Does anyone have Qt3D running on any embedded board?

2017-07-30 Thread Pierre Chicoine
Will do. Thx On Sun, Jul 30, 2017, 9:33 PM Giuseppe D'Angelo wrote: > On 31 July 2017 at 06:30, Pierre Chicoine > wrote: > > I wished Qt3d worked on the Raspberry Pi. I have compiled OpenGL ES 2 > > programs and they work really well on the Raspberry Pi but not Qt3d. It

Re: [Interest] Does anyone have Qt3D running on any embedded board?

2017-08-01 Thread Pierre Chicoine
ated to the community and I appreciate Kdab's gift. Thank you for your work. I hope, someday, someone in the community will figure out how to fix this one bug. On Sun, Jul 30, 2017, 3:55 PM Pierre Chicoine wrote: > Has anyone been successful at running QT3D on any board? Eventuall

Re: [Interest] Does anyone have Qt3D running on any embedded board?

2017-08-12 Thread Pierre Chicoine
enthusiasm for getting it up and running on the Raspberry Pi. Pierre On Tue, Aug 1, 2017, 3:17 AM Sean Harmer wrote: > Hi, > > On Tuesday, 1 August 2017 08:20:27 BST Pierre Chicoine wrote: > > First, thank you KDAB for your contribution of Qt3D. It has a lot of > > potential

[Interest] Future of Qt3d

2017-11-02 Thread Pierre Chicoine
Does anyone know the future of Qt3d? After Sean posted his problem with management of Qt, we've heard nothing. Pierre Chicoine ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] [QT3D] Does anyone have an example of using QSkyboxEntity?

2017-11-15 Thread Pierre Chicoine
Has anyone figured out how to use a QSkyboxEntity? An example would be awesome. I've tried all sorts of techniques. I use C++ but I'm sure I could translate a QML file if anyone has one available. ___ Interest mailing list Interest@qt-project.org http:

Re: [Interest] [QT3D] Does anyone have an example of using QSkyboxEntity?

2017-11-16 Thread Pierre Chicoine
Evseev wrote: > qt3d\tests\manual\skybox\ > > 2017-11-16 2:27 GMT+03:00 Pierre Chicoine : > >> Has anyone figured out how to use a QSkyboxEntity? >> >> An example would be awesome. >> >> I've tried all sorts of techniques. I use C++ but I'm su

[Interest] [QT3D] Has anyone figured out how to use a QSkyboxEntity?

2017-11-18 Thread Pierre Chicoine
This is the only place I found on the Internet that Igor sent me. https://github.com/igormironchik/3Dtree Thank Igor. Strange to note. It only works in his program in Kubuntu. When I try it, using his program with Android, or mine, in Kubuntu or Android, I get this message, which repeats over

[Interest] QT3D bug on basic Shapes example on Android

2017-12-28 Thread Pierre Chicoine
The QT3D C++ basicsshapes example receives events in Qt3d window on desktop. The 3d shapes can move with mouse. Simultaneously the widget side works. The same example does not receive any Qt3d window events on Android. The shapes don't move. The events on the widget side on Android do receive eve

[Interest] QT3d window receive no more events when using createWindowContainer() on Android

2018-01-04 Thread Pierre Chicoine
On the desktop computer, the QT3D C++ basics shapes example receives events with both Qt3d window and container window. On Android, the same example does not receive events in the Qt3d window but the container side does. The check boxes, when clicked, remove or show the 3d objects on the QT3D side