Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
That's all fully customizable - the current control behavior is in the depthmap_navigation.xml - and that's only a 'base' example or helper. Basically any movement or turning behavior can be implemented.My wish is only about the rotate. Instant headache when i look around with the joystick :)
Instead of smooth, is it possible to use snap or step turning?
That's not ready yet (but almost, it will be probably available in 1.21.1 or so).Not sure it's full implemented yet but I see in the doc that hotspots can now be childrens of other hotspots ?
What information do you need? because I don't see anything strange, any other executable works perfectly?
It is a recently purchased PC and the version krpano-1.20.11 works perfectly.
it most likely depends on the presence of components for NWjs on which tools runs
About information - is there a content blocker on the system?Klaus, is it possible to get a build on another version of NWjs?
1. About information - noAbout information - is there a content blocker on the system?
What happens when you run it by right-click and open?
Where is the krpano 1.21 folder located? E.g. when in the 'Downloads' folder, it might be restricted by the system.
Any information in task-manager? Is it even running?
About NWJS - krpano 1.21 and 1.20.11 are both using the same NWJS runtime version, so when 1.20.11 is working, 1.21 should work too...
right-click and open
Hi,
That's all fully customizable - the current control behavior is in the depthmap_navigation.xml - and that's only a 'base' example or helper. Basically any movement or turning behavior can be implemented.My wish is only about the rotate. Instant headache when i look around with the joystick :)
Instead of smooth, is it possible to use snap or step turning?
That's not ready yet (but almost, it will be probably available in 1.21.1 or so).Not sure it's full implemented yet but I see in the doc that hotspots can now be childrens of other hotspots ?
What information do you need? because I don't see anything strange, any other executable works perfectly?
It is a recently purchased PC and the version krpano-1.20.11 works perfectly.it most likely depends on the presence of components for NWjs on which tools runsAbout information - is there a content blocker on the system?Klaus, is it possible to get a build on another version of NWjs?
What happens when you run it by right-click and open?
Where is the krpano 1.21 folder located? E.g. when in the 'Downloads' folder, it might be restricted by the system.
Any information in task-manager? Is it even running?
About NWJS - krpano 1.21 and 1.20.11 are both using the same NWJS runtime version, so when 1.20.11 is working, 1.21 should work too. That means the NWJS version shouldn't be the reason here...
Best regards,
Klaus
I had the same problem on my computer.-"blocker on the system" I think not, because it would also affect version 1.20.11.
-"right-click and open" doesn't open anything
-"right-click and open as administrator"
It asks for permissions and doesn't open anything.
-" krpano 1.21 folder" is on the desktop
-"Any information in task-manager? Is it even running?" No.
only the testing server opens and it doesn't work
-"blocker on the system" I think not, because it would also affect version 1.20.11.
-"right-click and open" doesn't open anything
-"right-click and open as administrator"
It asks for permissions and doesn't open anything.
-" krpano 1.21 folder" is on the desktop
-"Any information in task-manager? Is it even running?" No.
only the testing server opens and it doesn't work
In version 1.21 a hotspot with flying=1 has the same sizing as a layer - and using align is also supported.Thanks sir, but this have onsize issue with diffrent size device
That's anytime possible:and i want to hide in VR.
![]() |
Source code |
1 2 3 4 |
<events name="chromakeyvideo" onentervr="hotspot[chromakeyvideo].visible=false;" onexitvr="hotspot[chromakeyvideo].visible=true;" /> |
any update regarding chromakey video as layer? its long awaited demand.
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
<layer name="chromakey" type="krpano" align="center" width="500" height="500" bgborder="1 0xFF0000" capture="false" videourl="video.mp4|video.webm" onloaded="chromakey_layer()" onclick="togglepause();" /> <action name="chromakey_layer" type="Javascript"><![CDATA[ var view = caller.krpano; view.fovtype = "VFOV"; view.fov = view.fovmin = view.fovmax = 90; var hs = caller.krpano.addhotspot("chromakey","webgl"); hs.url = "%VIEWER%/plugins/videoplayer.js"; hs.videourl = caller.videourl; hs.loop = true; hs.chromakey = "0x238E54|0.294|0.133"; hs.flying = 1; hs.width = "100%"; hs.height = "100%"; hs.capture = false; hs.pausedonstart = true; function updatesize() { if (hs.videoheight > 0 && caller.pixelheight > 0) { var aspect = (hs.videowidth / hs.videoheight) / (caller.pixelwidth / caller.pixelheight); hs.width = aspect > 1.0 ? "100%" : (100*aspect) + "%"; hs.height = aspect < 1.0 ? "100%" : (100*aspect) + "%"; } } hs.onvideoready = function() { updatesize(); // forward the videoplayer actions to the layer caller.togglepause = hs.togglepause; // ... } ]]></action> |
3D Transitions with Motion-Blur:
https://krpano.com/releases/1.21/example…tour-winecellar
https://krpano.com/releases/1.21/example…otour-apartment
Mobile devices do not support, or the result is bad, it is a bug?