-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Demo not working? geo.applyMatrix4 is not a function #27
Comments
Anyone have ideas on this? I can't even get the online demo working: https://jsantell.github.io/THREE.IK/ Thanks in advance for any advice! |
@jamesrez - have you had any luck downgrading three.js to previous versions? I'm trying that now and no luck so far, but I'll let you know if I get anywhere. Thanks for confirming! I thought it was just me and I was going a bit mad! |
@ccj242 I've been trying to get it working in the latest version and it's certainly broken right now. After debugging some of the code I was able to get it kind of working with my model, but all of the bones were super stretched out and twisty no matter how much I played around with the values. I need IK though, so I'm still looking for a fix. |
So per this PR I was able to get the examples working by installing version 127 of three.js using install [email protected] --save Hopefully this helps! |
The demo linked from the README (https://jsantell.github.io/THREE.IK/) appears to be out of date and still have this issue. |
I'm looking for a three.js IK library, and this one seemed good, but I did assume the last modified date being years ago would be an issue. I really hope there are plans to fix it. |
Hi! This looks like an amazing library and it's definitely possible I'm missing something here, but I can't get the demo working -- I get "geo.applyMatrix4 is not a function" error in the console with all browsers. Thanks!
The text was updated successfully, but these errors were encountered: