Hi,
there is no automatic way yet,
but it would be possible with a own plugin,
this plugin could calculate the distance between the current "
view.hlookat" / "
view.vlookat" and the "
hotspot[name].ath" / "
hotspot[name].atv" values,
if the distance between "
hlookat" and "
ath" is below "
view.hfov" and the distance between "
vlookat" and "
atv" is below "
view.fov" then the center of the hotspot would be visible,
but note - the distance calculation must respect the 0-360 / 360-0 wrap around!
once more:
a other "tricky" way could be to check for "
hotspot[*].sprite.visible",
it should work, but I never have tested that yet
best regards,
Klaus