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
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
THANKS A MILLION <3 <3
https://playground.babylonjs.com/#QINBMC#6
Note this has evolved today, see Include thinInstanceIndex for OnPointerOverTrigger, OnPointerOutTrigger - #4 by Evgeni_Popov. Hope this helps the next person.