Re: [Interest] Slot exception being thrown on exit

2018-03-13 Thread Thiago Macieira
On Tuesday, 13 March 2018 19:08:00 PDT Ramakanth Kesireddy wrote: > new Application ( argc > , argv > , Application::GuiServer ); There are two problems in the above line. Not fatal, but they are worrisome. First, "new Application" i

Re: [Interest] Slot exception being thrown on exit

2018-03-13 Thread Ramakanth Kesireddy
Hi, Thanks a lot for the pointers and tried both approaches but couldnot trace the slot where exception is being thrown. I re-implemented notify but the exception is not being caught. class Application: public QApplication { public: Application(int& argc, char** argv,int = ApplicationFlags):

Re: [Interest] [Qt3d] Scene camera manipulation

2018-03-13 Thread Vincent Hui
Hi Saif, Perhaps, you can find answers from source code of qt3d-editor and qt 3d studio. Those are built on top of Qt 3D. Cheers, Vincent On 13 March 2018 at 21:03, Saif Suleiman wrote: > Hi every one, > > Currently I am working on project that

[Interest] [Qt3d] Scene camera manipulation

2018-03-13 Thread Saif Suleiman
Hi every one, Currently I am working on project that needs some camera manipulations, like : - Fit scene in camera frustum. - Fit Entity or more than one in camera frustum. - Camera transition must done with animation, like when user fit entity, the camera goes to its new position w