Search results
Search results 1-15 of 15.
https://krpano.com/releases/1.21/viewer/krpano.html?xml=examples/demotour-stereoscopic/tour.xml&html5=webgl+only Not sure of the reason for left/right cmaparon for stereoscopic images: perhaps am missing the point.. The hotspots do switch between the 2 panos but side by side just duplcates the same one pano left/right ?? However I am now using the Compare Panos example which seems more appropriate.
thanks Perhaps i am geting this wrong but... I am refering to tile size not number of tiles... it is a byproduct of removing the 512 size tile level (before running the tour maker) that means when you produce the tiles the number of files is reduced to c. a third: a matter of mathematics. I did create a modified multires command with tile size changed and then dropped the pano file to create tiles. I think your original answer answered my point: i didnt realise the different meaning of the first...
my thinking is that there seems no need for 512 tiles for interior shots where no one really wants to zoom and the result of changing to 1024 tiles means the no of files is c. 1/3. Important if your hosting counts inodes.
Hi Hopefully just me being daft. In the tour creator (MakeVTour) I have edited the multires tour parameters from 512 to 1024 tile sizes. This all works but when I review the xml the "1024" level appears twice and if I manually remove the first one it doesn't work? e.g. <cube url="panos/7010.tiles/%s/l%l/%v/l%l_%s_%v_%h.jpg" multires="1024,1024,2112,4224" /> Does this cause a problem and if so how can I correct? Thanks in anticipation Peter
Quoted from "light_line" it is many to many video/audio calls and text chat. yes. somehow it supports screen-sharing. and a few more cool and practical features Sounds good and presume it works OK on windows, android and ios? Any ideas on timings?
The KR Pano Tools Application ran fine on 1.19 but on 1.20 + it doesn't open (blue spinner but nothing further). I note it is now strictly 64 bit but that shouldn't be a problem? Anyone else had this experience? My laptop spec intel core 17 6500u cpu 8gb ram 64 bit operating system x64 processor windows 10 home Any ideas? Thanks Peter
Hi Klaus Have you come across this any ideas?Tks peter google indexing loading error message Hi there Can anyone give me ideas how to stop google indexing the "INFO: krpano 1.19-pr8 (build 2016-09-30) INFO: HTML5/Desktop - CSS3D INFO" .... as the search results snippet for pages with embedded krpano tours? e.g. www.margate.one is indexed as Margate, Kent margate.one/ https://www.google.hr/search?q=site%3Ama…hrome&ie=UTF-8# http://webcache.googleusercontent.com/se…n&ct=clnk&gl=hrINFO: krpano 1.19...
Hi there Can anyone give me ideas how to stop google indexing the "INFO: krpano 1.19-pr8 (build 2016-09-30) INFO: HTML5/Desktop - CSS3D INFO" .... as the search results snippet for pages with embedded krpano tours? e.g. www.margate.one is indexed as Margate, Kent margate.one/ INFO: krpano 1.19-pr8 (build 2016-09-30) INFO: HTML5/Desktop - CSS3D INFO: Registered to: Peter Ryder INFO: startscene scene_9 INFO: aici intra pe else ... Any help appreciated Peter
As I write this I can guess that I am probably asking the obvious. However it's best to clarify thinking with those who know/are more experienced than me! I want to within a single website embed individual panos on separate pages. So the process; 1. Create panos by using create multires pano droplet. 2. Discard individual html, skin files, etc. (I have a template with my settings created for each) 3. In my html pages refer to a single krpano.js file (can I also use a single swf file or do I need...
Very Nice Umalo Yes would use; very intuitive, only question is how will hotspots work on phones/tablets; scaling is a bit of an issue and of course mobile device is the growth area/reason for upgrades. Add a more elegant looking multi-level drop down menu editor (I remove the bottom thumbnail navigation in mine) and you'll have it cracked! Cheers and thanks again. Peter
Hi there I'm guessing something a bit daft but.... Sorry forgot to include link... 360hotel.co.uk/sandsAuto.php I have set this up from an existing krpano tour to load individual panos in a sequence <action name="startup"> if(startscene === null, copy(startscene,scene[0].name)); loadscene(get(startscene), null, MERGE,); action (move-4); </action> <action name="move-4"> wait(20); loadscene(scene_LobbyAndBar ,null,MERGE,BLEND(2)); action(move-5); </action> <action name="move-5"> wait(20); loadscen...
Quoted from "Umalo" Do you already have your layers with maps and mappoints created. If not you have in examples code for simple usage. Hi Umalo With your guidance I have now put it all in one xml file... If you take a look at www.360vista.net/floor2.php then you will see where I am ...what I believe I need to do is change the x axis for the four floorplans to send them out of screen to right and then have an onclick action that moves the respective one to the right position by changing the val...
I see Umalo My actual idea was a simple drop down within the visible(normal pano) area but if they could be dragged from outside even better.. so what I would find useful is the link (onclick) code between selecting an item from the list and dispalying one of those images with hotspots (I reckon I can sort those out ok; although I've avoided radar as a bit too complex for me) I'm actually quite happy to find someone I can turn to in this area as I say I ain't no programmer....
Thanks Umalo I understand I have not made my question v.clear... this is the typeof thing I am trying to achieve... http://www.vpix.net/index.php?tour=102855 however this involves using the combobox plug in and creating some form of onclick command that says (as in your advice I think) set a particular layer to "visible". So if there are 4 layers (=floors) then one of them could eacjh be selected from the drop down list. I just thought this would be a fairly normal requirement. I have been tried...
Hi there I'm guessing this is a bit of a stupid question...but...hey ho... I want to from a drop down list make the tour display different floorplans (which are set as layers with navigation layers in them) so really just trying to work out what should replace the "onclick="loadscene(scene_Set01_Panorama);" code to make a layer e.g. "groundfloor" visible and the other layers (floors) in same location (on screen) not visible. I'm guessing this is a pretty standard approach? Thanks in anticipation...