Posts by epicyoung

    Hello, im creating a lot of big panorama let say 15.000 x 7.500 pixel aerial and i got so many black screen instead of preview low res. Im using panotour
    with 1.20 kr pano and got 8Gb file i optimize with Jpeg mini and get 1Gb, please help what setting caused this or its just too heavy to load correctly? im also using sidebar from alexpopov. Please take a look https://epic-young.com/sei. In mobile it work just fine. But in dekstop i got stuck in black screen for some panoramas. Thank you.

    Hello Klaus

    My last problem was that I accidentally deleted the Panotour pro software and needed to reinstall it. However, MAC OS has been updated to Ventura 13.5.2 version and cannot be installed successfully. My computer is an iMac Pro 3.2GHz 8 core Intel Xeon W
    The latest solution is that I took the computer to Apple, first downgraded the operating system back to the old version, then installed Panotour pro 2.5 successfully, and then updated the operating system, which is currently Sonoma14.3.

    Please ask Klaus
    My computer often crashes when I run Panotour pro recently. I plan to buy a new computer. Can I install Panotour Pro 2.5 on the new MAC equipped with Apple M2 Max or Apple M2 Ultra processor and the operating system is Sonoma 14.3? Do I need to purchase or update krpano during the installation process?

    Reinstall KRpano 1.20 for best panotour, 1.21 is not optimized for panotour many plugin not work

    I have already started working on a PTP update package, but that might still take 1-2 weeks.

    But generally using krpano 1.20 with PTP would be already possible:
    - either by manually updating/replacing the krpano files of an PTP output,
    - or by following the upgrade instructions in the PTP license menu.

    But that will only update the krpano viewer and plugin. To be able use the new features like VR-controller support, partial-pano support, new sound support and so on the PTP template files would need be to adjusted and updated. That's what I'm already working on.

    Dear King Klaus, Please kindly do the controller support for ptp we are so thankful for this. you are a pano techno GOD for suree

    Dear Klaus, Im so happy and honored to know and use KRPANO, but with my lack ability of programming
    sometimes i just got confused. Im trying the editor its look ok many feature that PTP offer and i need to use again
    but i cant.

    For the last time and im begging you please do the 1.20 update on PTP so the engine can work
    with controller in oculus quest i want to make video tour for many spots and play nice in quest.

    and for depthmap its so awesome gonna try it for sure! Its so fantastic.

    hey guys, im just try to set heavy rain on single panorama i already change the default snow to heavy rain based on example *tongue* but nothing happened
    can you show me how,and edit all to rain but no use here xml :


    "

    <!-- randomize autorotation horison every 4 seconds -->
    <action name="randomizehorizon">
    sub(tmp, random, 0.5);
    mul(autorotate.horizon, tmp, 180.0);
    delayedcall(4, randomizehorizon());
    </action>

    <!-- the snow plugin -->
    <plugin name="snow" zorder="1"
    url="%SWFPATH%/plugins/snow.swf"
    alturl="%SWFPATH%/plugins/snow.js"
    floor="0.7"
    onloaded="heavyrain();"
    />

    <action name="defaultsnow">
    set(plugin[snow].mode, rain);
    set(plugin[snow].blendmode, normal);
    set(plugin[snow].flakes, 2000);
    set(plugin[snow].color, 0x7FAFFF);
    set(plugin[snow].speed, 3.5);
    set(plugin[snow].shake, 1.0);
    set(plugin[snow].speedvariance, 1.0);
    set(plugin[snow].spreading, 3.0);
    set(plugin[snow].rainwidth, 1.0);
    set(plugin[snow].rainalpha, 0.5);
    set(plugin[snow].wind, 2.0);
    </action>

    <action name="snowballs">
    set(plugin[snow].mode, rain);
    set(plugin[snow].blendmode, normal);
    set(plugin[snow].flakes, 2000);
    set(plugin[snow].color, 0x7FAFFF);
    set(plugin[snow].speed, 3.5);
    set(plugin[snow].shake, 1.0);
    set(plugin[snow].speedvariance, 1.0);
    set(plugin[snow].spreading, 3.0);
    set(plugin[snow].rainwidth, 1.0);
    set(plugin[snow].rainalpha, 0.5);
    set(plugin[snow].wind, 2.0);
    </action>


    <action name="rain">
    set(plugin[snow].mode, rain);
    set(plugin[snow].blendmode, normal);
    set(plugin[snow].flakes, 2000);
    set(plugin[snow].color, 0x7FAFFF);
    set(plugin[snow].speed, 3.5);
    set(plugin[snow].shake, 1.0);
    set(plugin[snow].speedvariance, 1.0);
    set(plugin[snow].spreading, 3.0);
    set(plugin[snow].rainwidth, 1.0);
    set(plugin[snow].rainalpha, 0.5);
    set(plugin[snow].wind, 2.0);
    </action>

    <action name="heavyrain">
    set(plugin[snow].mode, rain);
    set(plugin[snow].blendmode, normal);
    set(plugin[snow].flakes, 4000);
    set(plugin[snow].color, 0x9FAFFF);
    set(plugin[snow].speed, 4.1);
    set(plugin[snow].shake, 0.0);
    set(plugin[snow].speedvariance, 1.5);
    set(plugin[snow].spreading, 4.0);
    set(plugin[snow].rainwidth, 1.5);
    set(plugin[snow].rainalpha, 0.3);
    set(plugin[snow].wind, 3.0);
    </action>


    <!-- a combobox for selecting different snow effect -->
    <plugin name="combobox" url="%SWFPATH%/plugins/combobox.swf" alturl="%SWFPATH%/plugins/combobox.js" align="leftbottom" x="10" y="10" zorder="2" rowcount="10">
    <item name="opt1" caption="Snow Balls" onclick="snowballs();" />
    <item name="opt8" caption="Rain" onclick="rain();" />
    <item name="opt9" caption="Heavy Rain" onclick="heavyrain();" />
    <item name="opt10" caption="Default Snow" onclick="defaultsnow();" />
    </plugin>
    "