-
Notifications
You must be signed in to change notification settings - Fork 157
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
Morph target support #166
Comments
@sbtron does Microsoft have any simple COLLADA models with morph targets we could use? Or could a tech artist make one? 👍 |
I made a couple of very simple morph target scenes for Maya, with and without animation, with and without skinning, if these are of any help, I can export these to DAE if you want. |
That would be awesome and much appreciated @ziriax! |
I have the source fbx used to generate the AnimatedMorphCube and AnimatedMorphSphere. Should be easy to put them into blender and get a COLLADA file out of them. Would that help? |
Absolutely, more test models is always better. |
Err, scratch that. We did the animation inside Unity, so it will not be super easy to get them into COLLADA unless we can export to COLLADA from Unity. |
Yes you can.
https://assetstore.unity.com/packages/3d/characters/collada-exporter-for-unity2017-99793
Regards
-- Rémi
… On Apr 6, 2018, at 9:48 AM, Gary Hsu ***@***.***> wrote:
Err, scratch that. We did the animation inside Unity, so it will not be super easy to get them into COLLADA unless we can export to COLLADA from Unity.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@lasalvavida I tried exporting the simplest scene I have from Maya to DAE (two quads, one with a blend-shape modifier, the other without), and that failed (when re-importing in Maya things are broken). So I'm afraid I won't be able to help that easily.. |
@soadzoor submitted a morph target test model to CesiumGS/gltf-pipeline#365. animation_test.zip contains a .blend source file and exported .dae file, which looks correct. @soadzoor would it be ok to use this model for testing here? |
@lilleyse I guess/hope so. I'm not the one who created it. I believe it's part of the official glTF-Blender-Exporter - scene examples ( I only made some minor changes to the color values. If you (or anyone) need a different model for testing, just tell me and I'll try my best. I've been learning blender for a couple of weeks now. |
@lasalvavida Hmm.. I cannot find an option to export animations as well, when it comes to DAE.. Is it possible that blender doesn't support it? I tried to google for answers with no luck |
Closed by #206 |
Make/find & license a simple COLLADA model with morph targets
Add conversion support for generating glTF morph targets
The text was updated successfully, but these errors were encountered: