Search results
Search results 1-20 of 1,000. There are even more results, please redefine your search.
Hi Do you know the best way to detect layer over leyer? Something similar to hovering, but without using the mouse cursor - just a layer. Piotr
Hi Is this something you have in mind? https://cms4vr.com/resources/panorama_navigator.mp4 Piotr
Did you set the correct BOLL? Source code 1 textured="true" Piotr
Hi Especially for our customers we have prepared a super gift Free APP-game Save the Christmas Download the application for free and install on the CMS4VR system. Note: works on version 5.0 of the system. Merry Christmas Everyone https://fb.watch/hgLlBLSgE0/ Piotr
Hi https://der-mische.de/panocamadder/ and https://der-mische.de/category/tutorial/pca-tutorial/ Piotr
Perhaps thanks to this? I haven't tested. Piotr
Made by CMS4VR https://pietero.pl/tests/obj-examples/ https://pietero.pl/tests/obj-examples/msedge_G9HQZKjXcE.mp4 Piotr
Quoted from "s-maier" So what't the problem? Took me 15 seconds of "studying" his website: You need the CMS4VR license for 411 USD and the SAAS addon for 270 USD a month. So your only "problem" is that the little problem you have will cost you way over 3000 bucks a year using CMS4VR You have not understood the provisions of the licence The SaaS licence was created for customers who want to remove the "CMS4VR" footer from the backend of the system. Let me correct you, if you allow me. The CMS4VR...
In my example, you will notice the difference because you will not know what the source file is. You can do this yourself on your panorma files. Add manually to the <image tag prealign. Here is an example: 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 <krpano> <scene name="scene_p1" title="p1" onstart="" thumburl="panos/p1.tiles/thumb.jpg" lat="" lng="" heading=""> <preview url="panos/p1.tiles/preview.jpg" /> <image> <cube url="panos/p1.tiles/pano_%s.jpg" /> </image>...
The CMS4VR system runs perfectly on shared servers, but it was developed over six years of continuous work. regards Piotr
I haven't yet used it in my projects, but it could actually be a third option. Try it. Piotr
Hi Have you seen this? https://krpano.com/releases/1.20.11/examples/#chromakey https://krpano.com/releases/1.20.11/examples/#alphachannel Piotr
Hi It is most likely that you have panoramas pointing in different directions already after post-production (they should all have the same direction, e.g. north). You can fix this by setting the prealign regards Piotr
Hi Jerome, ave you tried this? Source code 1 devices="fullscreensupport.and.no-ipad.and.safari" Piotr
Add this piece of code to your loadscene() action Source code 1 loadscene(scene_name, null, MERGE, ZOOMBLEND(2.0, 2.0, easeInOutSine)); Piotr
Have you seen this? https://krpano.com/releases/1.20.11/view…ending-demo.xml source Piotr
Hello Source code 1 set(plugin[gyro].desktopsupport, true); Piotr
You asked how to do to remove flares in VR mode and I gave you the solution. Piotr
Add this code to your tour.xml file. This will completely disable flares in VR mode. Source code 1 2 3 4 <events name="disabel_lf_in_vr_mode_ev" keep="true" webvr_onentervr="set(plugin[tweening_lensflare_alpha].alpha, 0)" webvr_onexitvr="set(plugin[tweening_lensflare_alpha].alpha, 1)" /> regards Piotr