Get mesh from GLTF asset? #7219
Answered
by
azhong-git
azhong-git
asked this question in
Q&A
-
Hello Filament community, I would like to extract mesh from a GLTF model to feed to a physics engine for computing collision shape. I am using Related to #5021 (the discussion there does not directly answer the question) |
Beta Was this translation helpful? Give feedback.
Answered by
azhong-git
Oct 8, 2023
Replies: 1 comment
-
I found the answer. One can get the mesh through |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
azhong-git
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found the answer. One can get the mesh through
cgltf_data *
fromgetSourceAsset
.