ecurtiss / CatRom

Creates Catmull-Rom splines for Roblox
https://ecurtiss.github.io/CatRom/
Mozilla Public License 2.0
45 stars 11 forks source link

Add support for custom objects #9

Closed ecurtiss closed 2 months ago

ecurtiss commented 1 year ago

Currently, CatRom only supports nodes of type Vector2, Vector3, and CFrame. I want to extend this to custom objects that implement the necessary arithmetic metamethods. This would allow for splines of arbitrary dimension.

ecurtiss commented 2 months ago

Not doing this for CatRom. It is supported in rbxmath/spline.

ecurtiss commented 2 months ago

number-type control points are now allowed in 78d2765fe5552036a6ccfdc662b978b885f46390.