how to draw a line (sinus or ellipse e.g. ) and rotate it in the space with Qt3d ?
Solved
General and Desktop
-
Hi, I want to draw a line (set of points) for example a sinus or ellipse as mesh and rotate it
I didn't found a class to do that in Qt3d. is there anyone ? is it possible with Qt3d ? -
Hi
I think you can use QGeometry
https://stackoverflow.com/questions/38067867/how-do-i-draw-a-simple-line-in-qt3d -
Hi
I think you can use QGeometry
https://stackoverflow.com/questions/38067867/how-do-i-draw-a-simple-line-in-qt3d@mrjj Hi, Thank you mrjj, I will try that.
-
@mrjj Hi, Thank you mrjj, I will try that.
@mrjj thank you it works with a program based on the link you sent me with Qgeometry