-
-
Notifications
You must be signed in to change notification settings - Fork 35.5k
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
materials: Convert to es6. #20100
materials: Convert to es6. #20100
Conversation
TBH, I am not good at English. @Mugen87 This PR is not allow to change |
At least not Please keep in mind that such files are always authored in |
Hey @linbingquan, for this PR, could we please stick to |
0159c04
to
e12350e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@linbingquan This PR can't be merged in its current form. Please focus on src
and resolve #20100 (comment).
Thank you for your reply, I had changed it. |
The PR still modifies |
02fd75f
to
5c852a2
Compare
|
Sorry, you should really focus more when you work on these PRs. The last changes were quite sloppy. |
@Mugen87 Class If not to change |
Well, it seems it's necessary to stall this PR until Or you decide to undo the changes to |
@Mugen87 Thank you for your help. I think this PR is OK now. |
Thanks! |
This PR broke: three.js/examples/js/loaders/GLTFLoader.js Lines 1063 to 1065 in a036601
@linbingquan I suggest you revert the class conversion of |
@linbingquan Never mind: #21319 |
Good catch! |
Sorry that GLTFLoader held this back — can we change GLTFMeshStandardSGMaterial to an ES6 class as well, or is there more to it than that? |
It's all good! I think we made quite a lot of progress this month in the transition regardless. |
Clean up for #19986 (comment)