xml3d / xml3d.js

The WebGL/JS implementation of XML3D
Other
75 stars 25 forks source link

Animation bug: armature modifies only root bone position #150

Closed Arsakes closed 8 years ago

Arsakes commented 8 years ago

I've used blender exporter to create an animated asset - it works perfectly if there is only one bone with 1.0 weight for whole asset. However for skeleton that consists of many bones and different weights the animations doesn't work as expected (or rather as in blender). The situation is following:

  1. All files load correctly there are no errors related to file structure. 2 The only effect that armature has on object is translation of whole mesh (it looks like only position for root bone was computed and effects applied to mesh) there are no other deformation whatsoever. Despite the fact almost all bones have non-zero rotation and position changes.

I'm eager to give you both xml3d assets and blender file to test.

ksons commented 8 years ago

Since this seems to be a blender exporter related issue, I'll move it over to https://github.com/ksons/xml3d-blender-exporter

ksons commented 8 years ago

This issue was moved to ksons/xml3d-blender-exporter#14