So I have some nodes which I want to connect up using line handle adornments. The only issue is at corner connects it looks like this:
as you would agree this looks ugly.
|
I have a feeling its to do with this code:
|
CFrame.lookAt(CurrentNode.Position, NextNode.Position):Lerp(CFrame.lookAt(NextNode.Position, CurrentNode.Position), .5)
I doubt its the best way to draw a line between to points.
like this:
A = CurrentNode
B = NextNode
I want to fix this, the corners not joining up perfectly
because it will very much wreck the immersion
and to be honest it looks ugly.
Thanks!
PS: if someone know hot to
change brightness on adornmets that would be swell.