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 bbox is only drawn if the object is being "overed" with the mouse, so when an object is selected by code directly without any mouse interaction, the bbox is not created.
To Reproduce
Steps to reproduce the behavior:
tb.loadObj(options,function(model){truck=model.setCoords(mapConfig.truck.origin);tb.add(truck);truck.selected=true;// this is not showing the bbox});
[Version [e.g. 2.1.7]
The text was updated successfully, but these errors were encountered:
Describe the bug
The bbox is only drawn if the object is being "overed" with the mouse, so when an object is selected by code directly without any mouse interaction, the bbox is not created.
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: