mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-14 11:15:54 +08:00
Remove CATMULLROMSPLINE, which was removed in the final glTF 2.0 spec.
This commit is contained in:
parent
29c431b2f2
commit
fbc4295770
@ -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") {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user