Lieber Besucher, herzlich willkommen bei: krpano.com Forum. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

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.
Benutzerinformationen überspringen
Wohnort: Netherlands
Beruf: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
: https://pame.virtualtuur.comBenutzerinformationen überspringen
Wohnort: Mexico City
Beruf: Virtual tours, Krpano coding, Graphic Design, Photographer, Panographer
Benutzerinformationen überspringen
Beruf: software engineer, author of krpano syntax highlighting, bundler and style guide
Benutzerinformationen überspringen
Wohnort: Mexico City
Beruf: Virtual tours, Krpano coding, Graphic Design, Photographer, Panographer
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?
|
|
Quellcode |
1 |
profile=copy |
|
|
Quellcode |
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.
|
|
Quellcode |
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> |
|
|
Quellcode |
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> |
Dieser Beitrag wurde bereits 3 mal editiert, zuletzt von »publicitarios360« (3. Dezember 2017, 03:27)
I just downloaded the Mac version and I get this error when I open krpanotools:
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »Tourvista« (4. Dezember 2017, 16:02)
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.
|
|
Quellcode |
1 |
sudo xattr -r -d com.apple.quarantine /Users/..../krpano-1.19-pr14/ |