Hi all,
Is it possible to have all the hotspots of different scenes in 1 file, and the scenes in another?
for example (not sure if this is possible) by merging scene tags
Code
<scene name='test'>
<view fov="90" />
</scene>
<scene name="test"?
<hotspot url="poin.png" ath="0" />
</scene>
or perhaps by setting a parent?
atm I have a workaround with javascript that adds hotspots from one file, by listening to the onnewscene event and matching the scene name in both objects. Wondering if there was something smarter that I have missed in newer updates.