Articles focused on a brief explanation of how to do a particular useful thing, usually without a lot of extra explanation. See also: tutorial.
A useful way of dealing with a Bezier curve is to split it into two curves. I’ve found a nice way to do that and will record it here. Advanced recipe? Weird.
Some quick test recipes to get you started, followed by some explanation of what’s going on behind the curtain.
Using the Valkyrie Transport
class()
function, declaring a class is easier and less error-prone than directly setting up metatables and such. Here’s a quick recipe for using it.