Export #283
Export
#283
-
Is there a way to export the resulting data in .fbx or similar format? |
Beta Was this translation helpful? Give feedback.
Answered by
vladmandic
Jul 22, 2022
Replies: 1 comment
-
indirectly as having full 3d framework like that embedded would be an overkill you can create a for example on how to create a scene and draw results, see https://github.com/vladmandic/human-motion |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vladmandic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
indirectly as having full 3d framework like that embedded would be an overkill
you can create a
three.js
orbabylonjs
scene, draw results and then export the scene asgltf
orglb
with a single call |(or even
fbx
with a plugin)for example on how to create a scene and draw results, see https://github.com/vladmandic/human-motion