Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
5.14
-
None
-
035f3be79e73b92924b21f00a795a1577ca52695
-
Qt Quick 3D - wk 45/46
Description
3D editor view needs to visualize things like grid lines, camera view frustums, light frustums, bounding volumes, selection volumes etc. For this we must have a way to draw lines in Qt Quick 3D. Current "Studio" example approach of using geometry to draw e.g. grid lines doesn't work as it has issues like scaling with the camera distance (looks bulky close up, vanishes in distance, has noisy artefacts etc.).