Vizi icon indicating copy to clipboard operation
Vizi copied to clipboard

SkinnedMesh Animations Aren't Hooked Up Yet

Open tranek opened this issue 11 years ago • 0 comments

Apologies for the nondescript issue title, but it doesn't seem like skinned meshes are set up for animation in the Vizi Framework yet. I see some lines of code in the Vizi.Loader that looks like it was started but never finished:

    /*
    if (data.skins && data.skins.length)
    {
        // result.meshAnimator = new Vizi.MeshAnimator({skins:data.skins});
    }
    */

The knight from the Three.js SkinnedMesh example is a good model to test with http://threejs.org/examples/#webgl_animation_skinning_morph. The animations don't show up in the Vizi editor test.

tranek avatar Apr 25 '14 21:04 tranek