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
I'm using Threebox to load in interactive 3d models of buildings to my map and allowing the user to drag and rotate the objects. I was trying to figure out a way to disable the label showing coordinates and rotation when performing these actions as they don't really serve a purpose for the end-user.
I could not find anything in the documentation about turning this off, and looking through they sourcecode it seems to be pretty deeply rooted in the onMouseMove event through object.addHelp().
Is there something I'm missing in regards to configuring this tooltip function? I apologize if this has been answered before, but I was unable to find anything.
The text was updated successfully, but these errors were encountered:
Hi @axekan
In my case, in all my projects that's one of the features that is better valued, because it helps the designers to do fine grain adjustments. Having said so, you're right, there's no option to turn them off, and it should as it happens with other tooltips.
Converting this question into a new feature.
I'll post here when it's ready.
That's not help tooltip, that's the bounding box. If you want to deactivate it, you have to use bbox: false in each object creation params. You already have an example of this here
That's not help tooltip, that's the bounding box. If you want to deactivate it, you have to use bbox: false in each object creation params. You already have an example of this here
yes my fault, thank you and look forward to the project getting better and better
Threebox version: 2.2.6
Question
I'm using Threebox to load in interactive 3d models of buildings to my map and allowing the user to drag and rotate the objects. I was trying to figure out a way to disable the label showing coordinates and rotation when performing these actions as they don't really serve a purpose for the end-user.
I could not find anything in the documentation about turning this off, and looking through they sourcecode it seems to be pretty deeply rooted in the
onMouseMove
event throughobject.addHelp()
.Short video showcasing what I'm talking about.
Is there something I'm missing in regards to configuring this tooltip function? I apologize if this has been answered before, but I was unable to find anything.
The text was updated successfully, but these errors were encountered: