Gentlemen, thx a lot! This is it :D
Dear krpano Team, I tried to include the krpano.js via webpack, but it is throwing an error due to the automatically introduced strict-mode: "TypeError: Cannot set property length of [object Object] which has only a getter" Due to the heavy obfuscation of the js I don't wont to spend the time for reverse engeneering, but would love to see this fixed in one of the next versions of the file. Nowadays it is generally concidered good practise to have your code run in strict mode and it is supposed t...
Dear Krpano Team, I seem to have made an error in my custom plugin, but could also not find a working example elsewhere in the internet. I suppose the mistake is obvious and hope one of you could point me to it with a few lines: https://stackoverflow.com/questions/5680…nown-registered In a nutshell: I use Source code 1 2 3 4 5 6 7 8 9 10 11 local.registerplugin = function(krpanointerface, pluginpath, pluginobject) { // get the krpano interface and the plugin object krpano = krpanointerface; plug...