You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Set enableSelectingObjects: true in threebox constructor
Load and add twice the same 3D model
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
The text was updated successfully, but these errors were encountered:
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. EvenTo Reproduce
Steps to reproduce the behavior:
enableSelectingObjects: true
in threebox constructorExpected 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
The text was updated successfully, but these errors were encountered: