Thank you for this great tutorial. I am wondering if I could make the sun to appear in the panorama by using some npm package to get its position based on location and time of the day? What would be then the method to include the package in the project?
(given you know all necessary stuff to integrate libs by npm into a js project...) you should 1. make sure everything you need from the npm distribution is in a folder which is exported to the pano2vr web output (via web output panel > assets) and 2. all necessary files within this folder are linked in the "external files" section either in a code element or in the skins general properties. if you've further questions or need more help, feel free to use the "kontakt" page on my website mentioned above.
Thank you for this great tutorial. I am wondering if I could make the sun to appear in the panorama by using some npm package to get its position based on location and time of the day? What would be then the method to include the package in the project?
(given you know all necessary stuff to integrate libs by npm into a js project...)
you should 1. make sure everything you need from the npm distribution is in a folder which is exported to the pano2vr web output (via web output panel > assets) and 2. all necessary files within this folder are linked in the "external files" section either in a code element or in the skins general properties.
if you've further questions or need more help, feel free to use the "kontakt" page on my website mentioned above.
@@panoacademy Thank you