You will want to draw those lines in (2D) screen space, as opposed to (3D) world coordinates.
To compute the former from the latter, there are supporting functions in Three.js:
You will want to draw those lines in (2D) screen space, as opposed to (3D) world coordinates.
To compute the former from the latter, there are supporting functions in Three.js: