Qt3D. Draw dashed 3D line with given thickness
Unsolved
General and Desktop
-
wrote on 20 Oct 2016, 09:42 last edited by
Hi Qt3D gurus :-) I need your help.
I need to draw in 3D simple lines with given thickness and dashed lines... How i can do it? I know, how to made custom mesh for line and i can turn LINES mode like this:meshRenderer->setPrimitiveType(Qt3DRender::QGeometryRenderer::Lines);
But how to set thickness and dashed mode? Can you show me simple example please?
-
wrote on 22 Nov 2017, 03:24 last edited by
o i also encounter the same issue, i draw points instead of dash line ,but it cost too memery .it is not optimal way
-
wrote on 22 Nov 2017, 03:41 last edited by
or u can split one line two more as u want