<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Infinity Code Forum — Strange issue when tilting a panorama]]></title>
		<link>https://forum.infinity-code.com/viewtopic.php?id=2059</link>
		<atom:link href="https://forum.infinity-code.com/extern.php?action=feed&amp;tid=2059&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Strange issue when tilting a panorama.]]></description>
		<lastBuildDate>Mon, 21 Nov 2022 21:28:09 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Strange issue when tilting a panorama]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=8757#p8757</link>
			<description><![CDATA[<p>Thank you so much for your time and your kindness, it works!<br />Best regards.<br />Philippe</p>]]></description>
			<author><![CDATA[null@example.com (philzmz)]]></author>
			<pubDate>Mon, 21 Nov 2022 21:28:09 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=8757#p8757</guid>
		</item>
		<item>
			<title><![CDATA[Re: Strange issue when tilting a panorama]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=8756#p8756</link>
			<description><![CDATA[<p>Updated scripts did not affect Joystick.<br />The problem is that before that you used Mode - Drag, and then Mode - Left Mouse Button.<br />Mode - Left Mouse Button had no check that there was an interaction with UI element, so UI Joystick Control and Mouse Control interacted with the panorama at the same time.</p><p>The new patch is attached.<br />For Mode - Left Mouse Button, the ability to disable interaction under UI element has been added.</p>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Mon, 21 Nov 2022 19:22:59 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=8756#p8756</guid>
		</item>
		<item>
			<title><![CDATA[Re: Strange issue when tilting a panorama]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=8755#p8755</link>
			<description><![CDATA[<p>Hello again...<br />With your updated scripts I get an issue in the JoystickControl.</p><p>Here with the new scripts : <a href="https://youtu.be/rZqdjNSp8wE">https://youtu.be/rZqdjNSp8wE</a>&nbsp; (Joystick &quot;hesitates&quot;)<br />And here I restored the old scripts : <a href="https://youtu.be/Xh5vJxCyqwM">https://youtu.be/Xh5vJxCyqwM</a> (Joystick is working fine)</p><p>Maybe a little thing, but I didn&#039;t find which :-(</p><p>Philippe</p>]]></description>
			<author><![CDATA[null@example.com (philzmz)]]></author>
			<pubDate>Mon, 21 Nov 2022 18:03:01 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=8755#p8755</guid>
		</item>
		<item>
			<title><![CDATA[Re: Strange issue when tilting a panorama]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=8753#p8753</link>
			<description><![CDATA[<div class="quotebox"><cite>Alex Vertax wrote:</cite><blockquote><p>What exact error do you have while downloading?</p></blockquote></div><p>Today it worked !<br />Maybe a problem on my side...<br />Thanks !<br />Philippe</p>]]></description>
			<author><![CDATA[null@example.com (philzmz)]]></author>
			<pubDate>Sun, 20 Nov 2022 11:02:07 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=8753#p8753</guid>
		</item>
		<item>
			<title><![CDATA[Re: Strange issue when tilting a panorama]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=8752#p8752</link>
			<description><![CDATA[<p>What exact error do you have while downloading?</p>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Sat, 19 Nov 2022 11:38:45 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=8752#p8752</guid>
		</item>
		<item>
			<title><![CDATA[Re: Strange issue when tilting a panorama]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=8751#p8751</link>
			<description><![CDATA[<p>Hello<br />Thanks a lot, drag mode is perfect (I didn&#039;t see this mode), but when trying to download your package I get an error ?<br />Philippe</p>]]></description>
			<author><![CDATA[null@example.com (philzmz)]]></author>
			<pubDate>Sat, 19 Nov 2022 11:31:11 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=8751#p8751</guid>
		</item>
		<item>
			<title><![CDATA[Re: Strange issue when tilting a panorama]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=8750#p8750</link>
			<description><![CDATA[<p>I don&#039;t know why dragging should work worse since I didn&#039;t change anything in this mode.</p><p>Mouse Control has three modes:<br />1. Drag - when uPano tries to keep the point under the cursor. This mode works correctly in the center of the screen width, but has an inaccuracy around the edges. I haven&#039;t fixed this issue yet.<br />2. Left Mouse Button - works like a UI Joystick Control, when the left mouse button is held down and the cursor position changes vertically, it changes tilt, when it changes horizontally, it changes pan. I recommend that you try this mode.<br />3. Free - the same as Left Mouse Button, but does not require pressing the button and always works.</p><p>Here is a short video about the modes:<br /><a href="https://www.dropbox.com/s/paxc5qvncn5mtid/uPano%20-%20Mouse%20Control.mp4?dl=0">https://www.dropbox.com/s/paxc5qvncn5mt … l.mp4?dl=0</a></p><p>I made some changes to Mouse Control (attached) so that Left Mouse Button and Free modes will adapt the sensitivity to the current FOV.</p>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Fri, 18 Nov 2022 18:01:35 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=8750#p8750</guid>
		</item>
		<item>
			<title><![CDATA[Re: Strange issue when tilting a panorama]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=8738#p8738</link>
			<description><![CDATA[<p>Hello thanks for your fast reply. Same problem with uour new script, even worse, or there is something else to do than only replacing the script. But I had an idea of another workaround: as the UI Joystick Control works fine, it should be possible to use it as an &quot;intermediate&quot; to rotate the panorama ? I mean when you drag the mouse, you transfer the direction to the Joystick Control and it rotates the panorama correctly.<br />Philippe</p>]]></description>
			<author><![CDATA[null@example.com (philzmz)]]></author>
			<pubDate>Thu, 17 Nov 2022 20:50:13 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=8738#p8738</guid>
		</item>
		<item>
			<title><![CDATA[Re: Strange issue when tilting a panorama]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=8736#p8736</link>
			<description><![CDATA[<p>After digging deeper into the problem, I realized that the problem is very complex and I don’t even know where to start yet.<br />But there is a workaround here: Mouse Control / Mode - Left Mouse Button.<br />I&#039;ve looked at several JS frameworks and they usually work this way.<br />I slightly modified Mouse Control (attached) to work better in this mode.<br />Try this mode, at least until I find a way to improve dragging.</p>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Thu, 17 Nov 2022 19:38:52 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=8736#p8736</guid>
		</item>
		<item>
			<title><![CDATA[Re: Strange issue when tilting a panorama]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=8732#p8732</link>
			<description><![CDATA[<p>Hello.</p><p>Thanks for showing me the problem.<br />I will definitely try to fix it.<br />But I&#039;m not sure that I can fix it easily and quickly.</p>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Thu, 17 Nov 2022 17:42:47 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=8732#p8732</guid>
		</item>
		<item>
			<title><![CDATA[Strange issue when tilting a panorama]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=8730#p8730</link>
			<description><![CDATA[<p>Hello Alex<br />I have never been very comfortable using UPano, as sometimes the camera movements are a little bit strange and unwanted. I just understood why and I think this is a simple “maths” issue, please take a look at this short video : <a href="https://youtu.be/PqKavw58o3k">https://youtu.be/PqKavw58o3k</a><br />It would be great if you could fix it, as I have to deliver an app using Upano very soon.<br />Best regards.</p><p>Philippe</p>]]></description>
			<author><![CDATA[null@example.com (philzmz)]]></author>
			<pubDate>Thu, 17 Nov 2022 11:57:02 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=8730#p8730</guid>
		</item>
	</channel>
</rss>
