user3970726
user3970726

Reputation:

XML3D: Exporting animations from blender

How one should prepare the animations for export to xml3d? Does the exporter supports pose library? Or the exported animations are keyframe based. Is there any documentation where I can check how exporter maps the animation data?

Upvotes: 0

Views: 133

Answers (1)

ksons
ksons

Reputation: 123

I guess you are referring to this exporter: https://github.com/ksons/xml3d-blender-exporter/

This exporter supports armatures in many but probably not all ways supported by Blender. Here is a very coarse mapping from blender objects to XML3D elements: https://github.com/ksons/xml3d-blender-exporter/wiki/Mappings

Upvotes: 0

Related Questions