babylonjs-serializers 5.17.0 → 5.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1887,6 +1887,9 @@ var _GLTFAnimation = /** @class */ (function () {
|
|
|
1887
1887
|
}
|
|
1888
1888
|
}
|
|
1889
1889
|
}
|
|
1890
|
+
else {
|
|
1891
|
+
// this is the place for the KHR_animation_pointer.
|
|
1892
|
+
}
|
|
1890
1893
|
};
|
|
1891
1894
|
for (var i = 0; i < animationGroup.targetedAnimations.length; ++i) {
|
|
1892
1895
|
_loop_2(i);
|