Restore gltf animation export after split.

This commit is contained in:
K. S. Ernest (iFire) Lee 2021-10-13 02:18:43 -07:00
parent d956904091
commit e3d1189916
2 changed files with 39 additions and 54 deletions

View file

@ -357,7 +357,7 @@ private:
String interpolation_to_string(const GLTFAnimation::Interpolation p_interp);
GLTFAnimation::Track _convert_animation_track(Ref<GLTFState> state,
GLTFAnimation::Track p_track,
Ref<Animation> p_animation, Transform3D p_bone_rest,
Ref<Animation> p_animation,
int32_t p_track_i,
GLTFNodeIndex p_node_i);
Error _encode_buffer_bins(Ref<GLTFState> state, const String &p_path);