Hi all!
I have noticed that when I draw a lineSeg the position of the camera is not relevant.
Do lineSegs always draw in the frame/screen space?
I would like to draw a 3D line for example from one object to another. Using world space or parent it to an object and draw in relative space. Basically treat the lineSeg like any other 3D object in a scene.
Thanks.