-
Hello, I want to play model animations in raylib. In the example code, I find an .iqm model animations sample. And in the rmodels.c, I find two animation loading functions:
I want to know if raylib support play .gltf animations. I make models using Blender, and the default export formats do not include .iqm or .m3d, but do .gltf. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
raysan5
Nov 19, 2022
Replies: 2 comments 1 reply
-
@wlxmhls raylib does not support gltf animations at the moment. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wlxmhls
-
I'll start building ASAP. I'm eager to explore this world your created. Few
things came up
…On Fri, Nov 18, 2022, 11:49 PM wlxmhls ***@***.***> wrote:
Hello,
I want to play model animations in raylib. In the example code, I find an
.iqm model animations sample. And in the rmodels.c, I find two animation
loading functions:
static ModelAnimation *LoadModelAnimationsIQM(const char *fileName,
unsigned int *animCount); // Load IQM animation data
static ModelAnimation *LoadModelAnimationsM3D(const char *fileName,
unsigned int *animCount); // Load M3D animation data
I want to know if raylib support play .gltf animations. I make models
using Blender, and the default export formats do not include .iqm or .m3d,
but do .gltf.
Thanks!
—
Reply to this email directly, view it on GitHub
<#2803>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4CUGXNPH5XS3KGK7ONOLYTWJBTAFANCNFSM6AAAAAASFEL23I>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@wlxmhls raylib does not support gltf animations at the moment.