tristanred / MicroEngine

GameEngine project based roughly on my previous CommsFramework engine.
MIT License
1 stars 0 forks source link

Mechanism to smooth a curve #7

Open tristanred opened 5 years ago

tristanred commented 5 years ago

In Sunshine Seas, we create a navigation curve using points from one navigation rectangle to the next. This results in a curve of straight lines.

We should instead have a smooth curve with round corners. Maybe converting the curve to a Bézier would work.