Hi all,
Please have a look into the below link.
I need a hotspot in my scene ,similar to this. Is It Possible?
Hi all,
Please have a look into the below link.
I need a hotspot in my scene ,similar to this. Is It Possible?
Yes we have GUI for that:
The Babylon GUI | Babylon.js Documentation (babylonjs.com)
and more specifically the linkToMesh: The Babylon GUI | Babylon.js Documentation (babylonjs.com)
Thank you for your reply @Deltakosh . Can you please give a playground with this?
It is in the doc link
Simple GUI in fullscreen mode | Babylon.js Playground (babylonjs.com)
wow. I think this is closed to my need. But, here that circle and the textbox “sphere” is always there. But I need that text box whenever the user do mouse hover on the circle which is attached with the mesh . Any Possibilities?
Use GUI events (also described in the linked docs section) to subscribe to pointerHoverIn/Out or whatever relevant events you’re interested in. Your event handler would either start an animation or just directly toggle visibility of the “hot spot” content.
HTH
Anybody know what is the kind of hotspot used in below link.