Re: [Interest] Qt3D : using a custom projection matrix with QCamera

2016-03-15 Thread Xavier Bigand
Already done : https://bugreports.qt.io/browse/QTBUG-48573 Thank you. 2016-03-15 12:30 GMT+01:00 Sean Harmer : > On Tuesday 15 Mar 2016 12:14:03 Xavier Bigand wrote: > > Hi, > > > > We are considering to replace our 3D engine by Qt3D, I can already load > our > > models and textures and now I tr

Re: [Interest] Qt3D : using a custom projection matrix with QCamera

2016-03-15 Thread Sean Harmer
On Tuesday 15 Mar 2016 12:14:03 Xavier Bigand wrote: > Hi, > > We are considering to replace our 3D engine by Qt3D, I can already load our > models and textures and now I try to fix the camera. > > I need to set my own projection camera, because we use a custom matrix. I > our software we have a

[Interest] Qt3D : using a custom projection matrix with QCamera

2016-03-15 Thread Xavier Bigand
Hi, We are considering to replace our 3D engine by Qt3D, I can already load our models and textures and now I try to fix the camera. I need to set my own projection camera, because we use a custom matrix. I our software we have a transition between an orthographic camera and a perspective one, we