OnPointerOverTrigger thinInstanceIndex

Hi @Evgeni_Popov :bowing_man:

how can I get thinInstanceIndex from additionalData from OnPointerOverTrigger/ OnPointerOutTrigger ? does it contain this information? I have this info in OnPickTrigger action.
https://playground.babylonjs.com/#QINBMC#5

Thanks

You have to call scene.pick manually (inside your oinPointerOver callback) to get the additional info

2 Likes

THANKS A MILLION <3 <3 :bowing_man:
https://playground.babylonjs.com/#QINBMC#6

1 Like

Note this has evolved today, see Include thinInstanceIndex for OnPointerOverTrigger, OnPointerOutTrigger - #4 by Evgeni_Popov. Hope this helps the next person.

1 Like