Skip to content
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

Bounding box is now shown if bbox is null but enableSelectingObjects is true #198

Closed
jscastro76 opened this issue Feb 4, 2021 · 1 comment
Assignees
Labels
🪲 bug Something isn't working
Milestone

Comments

@jscastro76
Copy link
Owner

Describe the bug
The bounding box in some objects is not shown if bbox is not defined in the options properties, but enableSelectingObjects: true in threebox constructor only for cloned objects. Even

To Reproduce
Steps to reproduce the behavior:

  1. Set enableSelectingObjects: true in threebox constructor
  2. Load and add twice the same 3D model
  3. Mouse over the first object (original) and the second (clone)

Expected behavior
Bounding box should be shown in both, but it's only shown in the first, because clones of 3D models do not call utils._validate

  • Version 2.1.9
@jscastro76 jscastro76 added the 🪲 bug Something isn't working label Feb 4, 2021
@jscastro76 jscastro76 added this to the v.2.2.0. milestone Feb 4, 2021
@jscastro76 jscastro76 self-assigned this Feb 4, 2021
@jscastro76
Copy link
Owner Author

Related to #168 changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪲 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant