I figured out that the geometry of Line2 doesn’t scale with position. Even if Position is adjusted, instanceStart and instanceEnd are not adjusted.
How do I resize Line2?
Anyone know how to do this?
I figured out that the geometry of Line2 doesn’t scale with position. Even if Position is adjusted, instanceStart and instanceEnd are not adjusted.
How do I resize Line2?
Anyone know how to do this?
If by “resize” you mean to change the thickness of a line in respect to the distance, see the official Fat lines example and its [world units]
option.
If by “resize” you mean to change the position of start/end points, then use method .setPositions
.