gltf-rs / gltf

A crate for loading glTF 2.0
Apache License 2.0
536 stars 124 forks source link

Fix cubic spline docs #260

Closed rukai closed 5 years ago

rukai commented 5 years ago

I realized the docs here are just copied from the gltf spec, so I made a PR for this myself.

Probably closes https://github.com/gltf-rs/gltf/issues/259

Although I'm still not sure why the catmull rom spline is not in the gltf specs.

alteous commented 5 years ago

Thanks for the PR! I suggest we remove the CatmullRomSpline variant too.