how in Qt Quick draw line ???
Unsolved
QML and Qt Quick
-
in freeglut lines drawn like this
glLineWidth(3); glColor3f(1.0f,0.0f,0.0f); glBegin(GL_LINES); glVertex2d(-1, 1); glVertex2d( 1, -1); glEnd()
how in Qt Quick 3D draw line ???
-
@timob256 I entered "Qt Quick draw line" in Google and got this: https://doc.qt.io/qt-5/qml-qtquick-pathline.html