mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-08-07 22:08:54 +00:00
Remove CATMULLROMSPLINE, which was removed in the final glTF 2.0 spec.
This commit is contained in:
@@ -437,8 +437,7 @@ struct AnimationChannel {
|
||||
struct AnimationSampler {
|
||||
int input; // required
|
||||
int output; // required
|
||||
std::string interpolation; // in ["LINEAR", "STEP", "CATMULLROMSPLINE",
|
||||
// "CUBICSPLINE"], default "LINEAR"
|
||||
std::string interpolation; // "LINEAR", "STEP","CUBICSPLINE" or user defined string. default "LINEAR"
|
||||
Value extras;
|
||||
|
||||
AnimationSampler() : input(-1), output(-1), interpolation("LINEAR") {}
|
||||
|
||||
Reference in New Issue
Block a user