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.
set(display, stereo=true, stereoscale=0.5);
set(hotspot[get(hsname)].type, 'text');
set(hotspot[get(hsname)].html, 'Test text');
set(hotspot[get(hsname)].css, 'text-align:center;');
set(hotspot[get(hsname)].ath, 10.0);
set(hotspot[get(hsname)].atv, 20.0);
set(hotspot[get(hsname)],
type='text',
html='Test text',
css='text-align:center;',
ath=10.0,
atv=20.0
);
if(
if-expression, if-actions,
else-if-expression, else-if-actions,
else-if-expression, else-if-actions,
...
else-actions
);
<set var="variablename" val="expression" />
<debug trace="expression" />
// ...and multi-line
/* ... */comments in actions code.
viewport-fit=coverwould need to be added into the <meta> viewport element in the html file.
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
I've tried to keep it shortthats a lot to read
So far I know Lucidcam provides equirectangular (two half spheres) and double-fisheye output.Stereo-support also for fisheye images or videos (Side-by-Side or Top-Bottom).
Does that mean cameras like https://www.lucidcam.com/ can now be supported by krpano, if yes would it give good stereo on all devices/headsets?
There are still several open features I had planned for 1.19, mainly related to the WebVR/WebGL support - e.g. polygonal hotspots via WebGL, WebGL hotspot layering/nesting.I just keep wondering eache time, why pr??
Sorry, it was not intended to build that droplet as 64bit program. But that droplet itself is only a short-link to the 'krpano Tools' application with '-convertdroplet' as additional parameter (that's why the droplet is only 87kb large).New Convert SPHERE CUBE Droplet does not work in windows 7 32bit
Right, I should have added the default setting also into the config files...Specially the ICC color profile support, but can't understand how it works: in the .config files that comes with the new release I did not find any reference to profile,
do I have to add it manually, and where?
![]() |
Source code |
1 |
profile=copy |
![]() |
Source code |
1 |
profile=sRGB |
Sorry, not sure what you mean - and related to the event processing nothing had been changed. With which version do you compare your case?Hello Klaus, just found custom events are doubled on the first scene load. You may want to check this.
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 |
<action name="crea_array"> def(testarray,array); set(testarray[0],item1); set(testarray[1],item2); set(testarray[2],item3); set(testarray[3],item4); set(testarray[4],item5); showlog(); trace(get(testarray.length)); <!-- 5 --> trace(get(testarray[0])); <!-- item1 --> trace(get(testarray[4])); <!-- item5 --> </action> |
![]() |
Source code |
1 2 3 4 5 6 7 8 |
<action name="crea_array"> def(testarray,array); set(testarray[item1,item2,item3,item4,item5]); showlog(); trace(get(testarray.length)); <!-- 0 --> trace(get(testarray[0])); <!-- undefined --> trace(get(testarray[4])); <!-- undefined --> </action> |
This post has been edited 3 times, last edit by "publicitarios360" (Dec 3rd 2017, 3:27am)
I just downloaded the Mac version and I get this error when I open krpanotools:
This post has been edited 2 times, last edit by "Tourvista" (Dec 4th 2017, 4:02pm)
didn't move the 'krpano tools' application:
I also tried dragging a pano on 'MAKE PANO (MULTIRES) Droplet' and got the following error:
Just to let you know, the directory "/private/var/folders/mj/lvmzp2cj7675nwm9fy9qv4vh0000gn/T/AppTranslocation" is empty.
![]() |
Source code |
1 |
sudo xattr -r -d com.apple.quarantine /Users/..../krpano-1.19-pr14/ |