Re: [Interest] real time data input in Qt3D scene

2018-02-02 Thread Florian Blume
What excatly are you trying to achieve? That the position of the sphere is updated when data is incoming as the QVector3D? Then you simply have to set the translation on the sphereTransform to the vector and the scene will be updated. On 31.01.2018 15:02, Dimitrios Anagnostakis wrote: > > Hi all

[Interest] real time data input in Qt3D scene

2018-01-31 Thread Dimitrios Anagnostakis
Hi all, I'm trying to make a scene in Qt3D which shows an STL object model and a 3D point which is updated with real time data from a tracking software. What I have so far is to display the object and a 3d sphere as a 3d point. Below is my code: The position of the sphere is set using the