-
-
Notifications
You must be signed in to change notification settings - Fork 35.6k
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
Math interpolants and remainings: Move to es6 classes #20086
Conversation
Seems like |
Aww... three.js/examples/js/loaders/MMDLoader.js Line 1840 in 4c6879a
Should we keep the |
Notice that three.js/examples/jsm/loaders/GLTFLoader.js Lines 1218 to 1222 in 908de67
|
Thanks for your notice. I'll revert it for now. |
let me close this PR. |
A part of #19984.
A series of Math classes conversion, Part 3 of 3.
This PR contains:
[ ] Interpolant (The base class)[ ] Interpolant.tests.js [*1]and
*1:The test has to be changed as well because 'Interpolant.tests' was assuming
Interpolant
base class to be a Function (usingcall
to extend the base class).edited:
Interpolant
base class couldn't be converted. I keep it as it is.