pmndrs / gltfjsx

🎮 Turns GLTFs into JSX components
https://gltf.pmnd.rs
MIT License
4.42k stars 290 forks source link

Fix/101: Type 'GLTFActions' constraint to 'AnimationClip' #193

Closed rafelis1997 closed 6 months ago

rafelis1997 commented 1 year ago

What kind of problem this solves

Context

This PR look to solve the problem addressed on the Issue 101: issue-101

The solution proposed by @Glavin001 seams to be great and solve the issue with good clean types reducing complexity on useAnimation hook.

How to test

Issue

issue-101