Hi,
the plugin object has a function for setting the size of the internal bitmap that was used when using a plugin as distorted hotspot:
|
Quellcode
|
1
2
|
var plugin_object:Object = krpano.get("hotspot[name]");
plugin_object.setbitmapsize(newwidth,newheight);
|
additionally you could access the internal BitmapData object via the "bitmapdata" member of the plugin object,
but note - this are internal interfaces, they are not documented because they could maybe be changed in future versions!
best regards,
Klaus