Screen position from Vector3 ? (object specific point)

I am struggling to get the screen position of a specific point of a line.

obj.updateMatrixWorld(); doesn’t work with Vector3.

Any hint for this? Many thanks!

see: How to converting world coordinates to 2D mouse coordinates in ThreeJS

1 Like

Fantastic.

Thanks Michael, as always :slight_smile: