TheDuckCow / godot-road-generator

A godot plugin for creating 3D highways and streets.
MIT License
316 stars 16 forks source link

LaneSegment class for path following #28

Closed TheDuckCow closed 1 year ago

TheDuckCow commented 1 year ago

Creating the base lane segment class which can be used by AI vehicles to track against. WIP.

TheDuckCow commented 1 year ago

Merging this as the next body of work is in another branch, to keep things tight.