Open-Source-Transport / roblox-path-plugin

GNU General Public License v3.0
5 stars 2 forks source link

Track "Nodes" to allow for easier junctions and connections #5

Closed tylerfreemann closed 6 months ago

tylerfreemann commented 6 months ago

Possibly a better way to do this, but leave nodes at the end of a segment to allow for track to be branched off or into. Also allows to easily connect to segments

anthony0br commented 6 months ago

I think an option to leave nodes will suffice. You might already be able to do this by manually cloning them too. I believe there are only two nodes anyway since this uses cubic beziers, but I should check!

arandomollie commented 6 months ago

Believe #14 somewhat supersedes this as provides same functionality with less complexity