Qt 5.5 -> Qt3D -> Give a text label to an Entity
-
I'm trying out Qt3D and I'd like to be able to do two things that I have not seen in the examples.
1.) I'd like to map text labels to Entities ( put labels on the spheres )
2.) I'd like to draw straight/curved vector lines.What are the proper way to do these two things in the new Qt3D world?
Thanks!