-
-
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
Deprecate legacy BufferGeometry nomenclature for built-in geometries #24352
Conversation
I think the right approach would be to do this in |
We only put deprecated methods or properties into non-deprecated classes. Legacy classes should go into
Looking good. |
285ade7
to
9abfc1d
Compare
Let's merge before too many conflicts ensue. New build required. |
What if we just removed these aliases? 🤔 |
@Mugen87 What do you prefer? |
I've thought the policy was to first deprecated things and then make the removal after 10 releases. I personally would prefer to keep doing this especially in this case since I frequently see the usage of |
@Mugen87 Sounds good! |
Thanks! |
…rdoob#24352) * Deprecate legacy nomenclature * Update revision number
…rdoob#24352) * Deprecate legacy nomenclature * Update revision number
Last year, [three.js deprecated the `XxxBufferGeometry` classes](mrdoob/three.js#24352), this change adjust example code to no longer use them and use the new versions instead.
Last year, [three.js deprecated the `XxxBufferGeometry` classes](mrdoob/three.js#24352), this change adjust example code to no longer use them and use the new versions instead.
Last year, [three.js deprecated the `XxxBufferGeometry` classes](mrdoob/three.js#24352), this change adjust example code to no longer use them and use the new versions instead. e488ed2
Last year, [three.js deprecated the `XxxBufferGeometry` classes](mrdoob/three.js#24352), this change adjust example code to no longer use them and use the new versions instead. e488ed2
As proposed in #24349 (comment).
Does this look like the right approach? If so, I'll add the remaining geometries.