The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
189 views

How to implement homing missiles with loops while in transit?

I have implemented missiles that steer towards a target, however this feels kind of boring. I want to add loops! Loops are cool! To do this I thought I could use catmull-rom splines, but that seems ...