Can ASSIMP export FBX with metadata in aiNode? #5670
-
|
I am trying to export a aiscene with some ainode that own metadata to fbx. The Assimp can read fbx with metadata. So can it export fbx with metadata too? |
Beta Was this translation helpful? Give feedback.
Answered by
kimkulling
Sep 28, 2024
Replies: 1 comment
-
|
This question is hard to answer: the metadata are FBX-related data mapped to meta-data attributes. So most data will be exported. If you find any gap just let us know. Then we can fix that in the exporter. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kimkulling
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This question is hard to answer: the metadata are FBX-related data mapped to meta-data attributes. So most data will be exported.
If you find any gap just let us know. Then we can fix that in the exporter.