-
-
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
Object3d: Add optional target to getObjectsByProperty()
.
#27225
Conversation
📦 Bundle sizeFull ESM build, minified and gzipped.
🌳 Bundle size after tree-shakingMinimal build including a renderer, camera, empty scene, and dependencies.
|
The documentation of https://threejs.org/docs/index.html#api/en/core/Object3D.getObjectsByProperty |
I copied the description from here: https://threejs.org/docs/#api/en/core/Raycaster.intersectObjects Now is: Is it ok or should I edit it? I also updated the code, adding the children variable. |
Description sounds good that way, imo.
It would be ideal to copy over the changes to the other pages. The English text can be translated at a later point. |
getObjectsByProperty()
.
I've updated the other pages with the english texts and translated the Italian one. |
Fix #27223
Description
getObjectsByProperty performance improvement