-
Notifications
You must be signed in to change notification settings - Fork 216
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
Update code base to work with modern three.js releases #158
Comments
Take a look at Intermodalics#1, which already bumps it up to r70 (among other things)... |
@viktorku Awesome work, can't wait to leverage it. Any particular reason for targetting r70? I've been dying to be able to fully tear down the WebGL context which is why I'm interested in moving up to r8x for better teardown support but maybe that made it into r70. |
I'm trying to update the codebase to work with version 0.88.0. The basic functions are getting ready now except interactive marker and urdf. Did you have any issue with highlighting the mouseover objects when you use r70? |
See #202 |
Resolved by #202 |
three.js is currently at version 0.84.0 but ros3d requires version 61. Attempting to use a modern threejs version results in the below warnings and errors. There are likely many more minor tweaks require beyond these:
The text was updated successfully, but these errors were encountered: