Skip to content Skip to sidebar Skip to footer

Error In Morphing Vertices Using Json Loader

I've read other articles about morphing vertices, particularly my other post. Then I came up with this code, but still there are errors and I can't find the answer to my current pr

Solution 1:

This is nothing like what you were trying to do before. Now it looks like you are trying to parse a JSON file directly, in which you should be now referencing http://threejs.org/examples/#webgl_morphtargets_horse

I see loads of problems in this script. You should refer to the source code of that link because there isn't much there and it pretty straight forward.

The block I shared with you before won't work on its own. It was simply an example of how you populate the geometry.morphTargets, you still have other things to do like setup MorphAnimation class (which the source code of the link demonstrates)

Post a Comment for "Error In Morphing Vertices Using Json Loader"