How to load 3D GLB files and play their animations? #2467
Closed
paulocoutinhox
started this conversation in
General
Replies: 2 comments 2 replies
-
You need to convert it to the file format that works with Axmol. The fbx-conv utility is used to convert from some formats to the format that works with Axmol/Cocos2d-x. If the GLB format is not supported by |
Beta Was this translation helpful? Give feedback.
0 replies
-
Cocos2d-x currently supports two 3d file formats:
I don't find any converter to c3t/c3b. I found some converters to
So, these are the solutions. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
How to load 3D GLB files and play their animations?
I made a 3D model tester app web:
3d-model-tester.netlify.app
And now i want use these models in Axmol.
Repo: https://github.com/paulocoutinhox/3d-model-tester
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions