Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GLTF loader improvements #190

Open
10 of 13 tasks
TheMostDiligent opened this issue Mar 15, 2023 · 2 comments
Open
10 of 13 tasks

GLTF loader improvements #190

TheMostDiligent opened this issue Mar 15, 2023 · 2 comments

Comments

@TheMostDiligent
Copy link
Contributor

TheMostDiligent commented Mar 15, 2023

@Alan-FGR
Copy link

Alan-FGR commented Nov 5, 2023

I've a quick question: I see you have "Multiple animations at the same time" unticked there which is blocked by the current impl of ComputeTransforms, but isn't it currently possible to manually "blend" two animations without that feature? If you have two animations for the same bones, isn't it trivial to interpolate between them for transitions and whatnot?

@TheMostDiligent
Copy link
Contributor Author

@Alan-FGR You might be right. You can have multiple transform instances for different animations.
As far as I remember, the idea was to have different animations in the same struct to avoid duplicating the data. For example, in this test scene, different meshes are animated with different animations. It is possible to do this now, but this would require creating multiple transform instances.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants