mrdoob / three.js

JavaScript 3D Library.
https://threejs.org/
MIT License
102.71k stars 35.38k forks source link

THREE.AnimationHandler.add() has been deprecated #5692

Closed jothikannan closed 9 years ago

jothikannan commented 9 years ago

Hi

while load my animated model with the JSONLoader am getting the warning as THREE.AnimationHandler.add() has been deprecated followed by TypeError: a.hierarchy is undefined so my models is not working anyone have the same issue ?

titansoftime commented 9 years ago

The answer is right there man "THREE.AnimationHandler.add() has been deprecated". This means this is now obsolete. See how to do skinned animations in the current build in this example: http://threejs.org/examples/#webgl_animation_skinning_morph

WestLangley commented 9 years ago

As stated in the guidelines, help requests should be directed to stackoverflow. This board is for bugs and feature requests.

jothikannan commented 9 years ago

Hi all,

am using Blender 2.7 Exporter exporter but in the given example exported with Blender 2.63 Exporter !!! how this is happen, i don't understand how this is not working with the latest exporter ? still am getting the same issue with the given example also, am using three.js 69