Indeed, I miss this value, it works perfectlyI think I have a bug:
context: i generate an image type hotspot on top of another hotspot which is text type. No parent/child, webGL rendering
the bug : my image hotspot goes behind the text hotspot.
Do you explicitly set renderer="webgl"?
The default in 1.21 is renderer="auto" and this renders textfield hotspots by HTML/CSS3D - and HTML/CSS3D is technically always layered above WebGL.
See the compatibility about renderer="auto":
https://krpano.com/docu/releasenotes/#kr…1_compatibility
![]() |
Source code |
1 2 3 4 5 6 7 8 9 |
<action name="ondowntest" autorun="onstart" type="javascript"> <![CDATA[ krpano.events.addListener("ondown", "alertme()"); ]]> </action> <action name="alertme"> showlog(); </action> |
![]() |
Source code |
1 2 3 4 5 6 7 8 9 |
<action name="ondowntest" autorun="onstart" type="javascript"> <![CDATA[ krpano.events.addListener("onmousedown", "alertme()"); ]]> </action> <action name="alertme"> showlog(); </action> |
![]() |
Source code |
1 2 3 |
function alertme() { alert("me"); } |
![]() |
Source code |
1 2 3 4 5 |
<action name="ondowntest" autorun="onstart" type="javascript"> <![CDATA[ krpano.events.addListener("onmousedown", "alertme()"); ]]> </action> |
![]() |
Source code |
1 2 3 4 5 |
<action name="ondowntest" autorun="onstart" type="javascript"> <![CDATA[ krpano.events.addListener("onmousedown", "jscall(alertme())"); ]]> </action> |
I'm using addListener in a javascript action. The documentation states that the events are the "krpano" events and links to them. In those events, the mouse down event is "ondown". However when using this in addListener, this method is not triggered. When using the (not listed) onmousedown event, the addListener functions properly
This post has been edited 1 times, last edit by "torent75" (Mar 13th 2023, 8:22pm)
Sorry, but the flowing is currently always only from top/left to bottom/right.I am unable to set center or right alignment of the child layers in the parent layer, it seems that the align attribute of child layers is ignored when flowchildren=h flowoverflow=true is set in the parent.
Currently only the default cubestrip order is support for output. And the interpolation when making the preview is not 'poor', it is intentionally smootherPlease, when creating a preview file for [# preview pano settings] make it possible to get a Horizontal Strip (type="CUBESTRIP" striporder="FRBLUD"). Also, the output file, it seems to me, even with the value [previewsmooth=0] the output is rather blurry texture, I think because of poor inerpolation, BUT you need a clear image, as with the Lanczos algorithm interpolator. Thank you, I will be glad if my requests are heard...Regards, GumirJ
Right, this is a bug. See here about js() for more information and a workaround:today i bought upgrade to 1.21 after long time using old version. Now i can't start with deeplinking i change like always on "true" but nothing happen - musst do i somthing more?
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
it seems the rz rotation (camroll or bring ear to shoulder) of the flying is missing since 1.21.
2 barebones to be watched in vr headset:
I'm testing the version with my plugin, I'm facing a problem that I don't understand:
in desktop verion, everything is OK, but in VR the different hotspot crees are not positioned correctly, here is an example.
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer