[Interest] [Qt3D] QPointLight position

2016-03-27 Thread Harald Vistnes
Hi, How do you set the position of a QPointLight? Why are there no setPosition() and position() functions? Harald ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Choosing clang in CMake project still uses /usr/bin/cc

2016-03-27 Thread Nikos Chantziaras
When choosing the clang kit in a cmake project, Creator sets CMAKE_CXX_COMPILER to clang++, but CMAKE_C_COMPILER is set to /usr/bin/cc, which is GCC. So I get a project that's built partly with clang, partly with gcc. Is this a bug? ___ Interest mai

Re: [Interest] Astropad and Tablet events

2016-03-27 Thread Alexei Gilchrist
Hi, Got the qt.qpa.input.tablet events logging and got the results below. I also compiled the tablet tester from https://github.com/callaa/QTabletTest and get the same behaviour so it’s not a PyQt problem. I’ve included the events as seen at the application level in the output stream for bo

[Interest] [Qt3D] Custom texture loader and material shaders

2016-03-27 Thread Xavier Bigand
Hi, Is there a way to add a loader for our custom texture format? We also have to use our existing shaders for materials, but I don't know how to manage uniforms. We are generating our shaders based on macros depending of the number and types of light sources,..., is it possible to keep that? --

Re: [Interest] [Qt3D] Crash when trying to update a geometry

2016-03-27 Thread Xavier Bigand
No I didn't but I will. Like you thought it's not an easy change because we still fix/update our engine, for the moment qt3d is a long term project and I have to do modifications with care to be able to merge them on my qt3d branch. Removing those lines is one of things that made us choosing qt3d

Re: [Interest] [Qt3D] Crash when trying to update a geometry

2016-03-27 Thread Adrián Chaves Fernández
>From someone who has no idea: Have you tried commenting out those lines to find out whether that is the reason or not? (Unless, of course, other code of yours will fail if you do) 2016-03-26 23:50 GMT+01:00 Xavier Bigand : > May it come from the fact that we force Qt to use OpenGL and remove > m

Re: [Interest] qtwebview with qtwebchannel

2016-03-27 Thread Sylvain Pointeau
Le dimanche 27 mars 2016, Allan Sandfeld Jensen a écrit : > On Sunday 27 March 2016, Sylvain Pointeau wrote: > > please could you confirm if qtwebchannel works with qtwebview? > > if yes, would you have some exemple to show how it works in qml? > > It does work, but there is no automatic integrat

Re: [Interest] qtwebview with qtwebchannel

2016-03-27 Thread Allan Sandfeld Jensen
On Sunday 27 March 2016, Sylvain Pointeau wrote: > hello, > > please could you confirm if qtwebchannel works with qtwebview? > if yes, would you have some exemple to show how it works in qml? > > addtionally, does qtwebview exist for windows 10? > It does work, but there is no automatic integrat