Path replacement in Qt3D
Unsolved
General and Desktop
-
Hi,
i need to draw a curve in QtQuick 3D, there is a component called Path in QtQuick standard 2D library which can draw any custom shaped path but I'm having a hard time finding a replacement for it in Qt 3D, my guess is I have to use custom geometry.
Any point or tip on how to do a curve or line in Qt Quick 3D.