HI Thanks for the above response, it is useful for our virtual tour project
Hi, Do you have any guide or any referance material regarding how to use tour_edithelper.xml??
hi var hs = krpano.get("hotspot[myhotspot]"); console.log(hs.tx, hs.ty, hs.tz); hs.tx = 500; # etc... or var tx = krpano.get("hotspot[myhotspot].tx"); krpano.set("hotspot[myhotspot].ty", 750); I've tried the above solution, but in my scenario, I want tx, ty, and tz values dynamically whenever I click on the scene. Can you please help me with this..
Hi, Is it possible to create info hotspot dynamically? How to take tx, ty, and tz values dynamically in everpano?? can you guide me on how to take tx,ty,tz values dynamically using javascript?