Draw lined thicker than 1px in 3D with ImmediateGeometry?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Macryc

Hi All, I’m trying to draw a line in 3D that would connect 2 moving objects. ImmediateGeometry does exactly what I need but the line thickness is only 1px s params_line_width is still not implemented. Are there any workarounds to thicker 3d lines?

:bust_in_silhouette: Reply From: klaas

Hi,
the line thickness in 3D dont work. You have to implement polylines.

Here is how

maybe this works for you
https://godotengine.org/asset-library/asset/268