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

Aframe export to GLTF and Animations #539

Closed
siddhartpai opened this issue Mar 9, 2018 · 3 comments
Closed

Aframe export to GLTF and Animations #539

siddhartpai opened this issue Mar 9, 2018 · 3 comments

Comments

@siddhartpai
Copy link

Currently GLTF Export using the THREE.GLTFExporter doesn't support Tween Animations , rather only supports THREE.AnimationClip .

Are there plans to support export to GLTF ?

@ngokevin
Copy link
Member

ngokevin commented Mar 9, 2018

<a-animation> does basic tweening. You probably want https://github.com/donmccurdy/aframe-extras/tree/master/src/loaders#animation

@ngokevin ngokevin closed this as completed Mar 9, 2018
@siddhartpai
Copy link
Author

Hi @ngokevin I don't think I explained the question well enough.

So I'm using the gltf-exporter to export out entire A-Frame scenes in to a gltf model, The A-Frame scene can have animations that have been added to it via a-animation tags ; which aren't exported out when the exportToGLTF is done. Is there any way I can handle that ?

GLTF Exporter

@ngokevin
Copy link
Member

Not really, I would use a dedicated animation tool to handle it if possible or don't know feasible to hand code.

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