Suchergebnisse
Suchergebnisse 1-20 von insgesamt 140.
Mische, Thanks! It works!
Thank you both PanLUX and Mische! The problem is this is my first time using Blender ... What is "STRG+J"? Maybe "Ctrl+J"? I'm afraid I'll have to wait for detailed video instructions)
Hi, Mischi, Nowhere could I find an explanation of how a 3-D model is built for multiple panoramas In the 1st screenshot, I have marked an object that I cannot create, and, therefore, I cannot perform the required operations the second screenshot shows my model from two panoramas index.php?page=Attachment&attachmentID=2914index.php?page=Attachment&attachmentID=2915 Ps I've never worked with Blender before) Thank you Serge
Zitat von »klaus.krpano« Try to remove that adjusthlookat(0) call to fix the problem. Klaus, thanks, this completely solved the problem !
Klaus, thank you for your great work! But there is a problem with the smooth panorama drag mode - mouse=follow When quickly dragging a panorama, after several repetitions, sometimes an unexpected additional accelerated scrolling of the image occurs - http://vhsystem.ru/moscovsky_inter_no/ Moreover, in my case, this is observed in panoramas obtained from the equidistant 8000*4000 and absent in panoramas of 20000*10000
Jordi, fine! since the flash died, the ability to automatically copy to the clipboard has disappeared, but this is a very convenient option when creating and debugging a virtual tour thanks! serge
Zitat von »klaus.krpano« the 'kWS - Android Web Server' works also nicely Hi, Klaus and colleagues how can I start the server using the protected protocol - https so that the VR mode is turned on? SOLVED - Pro version))
Hi all, I present to you a plugin for tracing and monitoring the execution of the virtual tour krpano program code The following features are provided: 1) monitoring the values of any 6 variables 2) tracing variables, reporting events, etc. index.php?page=Attachment&attachmentID=2504 The plugin was developed "for myself" and significantly helped in the development of complex virtual tours Example of use I present the plugin "as is" Link to free dowload The instruction is inside the archive Best ...
Hi, jeronicoz I often face a similar problem in most cases, the occurrence of bugs on the tour is due to my own mistakes I advise you to carefully study your program code and eliminate errors that might not be critical in previous versions of the viewer, but became an obstacle to the normal operation of the tour after the viewer upgrade you will succeed!
Hi, Klaus Yes, I already understood the problem see example now Thank you Quellcode 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 <krpano> <plugin name="list_cont" type="container" keep="true" align="center" zorder="90" maskchildren="true" width="calc:stagewidth * 0.9" height="calc:stageheight * 0.9" bgcolor="0xffaaaa" bgalpha="0.5" enabled="true" /> <plugin name="p4Scroll" url="0_3100.png" keep="tr...
Hi, Klaus and colleagues help solve the problem with coordinates on mobile devices android after pressing the mouse button (touching the screen with a finger), the coordinate values along the x axis appear in the log on the computer works correctly, on the smartphone - no example Quellcode 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 <plugin name="p4Scroll" url="green.png" keep="true" parent="stage" align="center" width="50%" height="50%" alpha="0.9" autoalpha="true" zord...
Hi, maybe you need it https://gomel360.by/test_grid/ https://gomel360.by/test_grid/tour.xml regards
Klaus, thanks for the clarification unfortunately, in the documentation this topic is described very little
Klaus, thank you for a great example of the localization of the action! I tried using Quellcode 1 parentcopeset(variable, value) and I did not succeed.. --- and yet, what do you think about drawing up a list of reserved words? Thanks
Hello colleagues! Thanks to Klaus for the great work! by applying this code Quellcode 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 <include url="%SWFPATH%/plugins/combobox.xml" /> <events name="combo_refresh" keep="true" onloadcomplete="layer[cb1].selectItem(get(scene[get(xml.scene)].name))" /> <action name="create_box"> addComboboxLayer(cb1, vtour); set(layer[cb1].align, 'leftbottom'); set(layer[cb1].keep, true); set(layer[cb1].x, 20); set(layer[cb1].y, 20); layer[cb1].addItem(get(scene[get(xml.scene...
thanks for the answer, Klaus the second method is not always acceptable, the use of %N gives many possibilities! Thanks for the update pr15!
Hello Klaus! thank you for your excellent work I want to draw your attention to the following Quellcode 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 <action name="act1" > txtadd(txt1, 'aaaa', ',', 'bbbb'); trace(%0,/,txt1); act2(get(txt1)); </action> <action name="act2" > trace(%0,/,%1); </action> INFO: act1/aaaa,bbbb INFO: act2/aaaabbbb The first action executes the call of the second action with the transfer of one text parameter Parameter parsing is wrong Perhaps this is a bug? Thank you -------------...
Dear Aldo, do you plan to make such a plugin for HTML5?
Zitat von »zyz« ...hank you for your reply, I have seen your demo, I would like to measure the distance between any hotspots inside pano, for example, can measure the height of the object, width, etc. Yes, the height can also be measured, but I do not have such an example for demonstration
Hi, zyz I do not know another method for spherical panoramas What you see in my example works is assuming that the surface of the earth's surface is flat, without gradients best regards