mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-16 12:45:57 +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 {
|
struct AnimationSampler {
|
||||||
int input; // required
|
int input; // required
|
||||||
int output; // required
|
int output; // required
|
||||||
std::string interpolation; // in ["LINEAR", "STEP", "CATMULLROMSPLINE",
|
std::string interpolation; // "LINEAR", "STEP","CUBICSPLINE" or user defined string. default "LINEAR"
|
||||||
// "CUBICSPLINE"], default "LINEAR"
|
|
||||||
Value extras;
|
Value extras;
|
||||||
|
|
||||||
AnimationSampler() : input(-1), output(-1), interpolation("LINEAR") {}
|
AnimationSampler() : input(-1), output(-1), interpolation("LINEAR") {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user