Drag speed, slow rotation even with low dragSpeed factor

WebSupport

Active member
Just posting here a comment from our facebook page for future references:

https://www.facebook.com/360views

... we had a bug in SpotEditor where on certain international Windows installations (German for example), SpotEditor would output comma in the dragSpeed in the xml configuration instead of a dot. Browsers can't read the comma in such numbers and it defaults to a quite slow drag speed.

<control dragSpeed="0,13" ...>
- wrong

So if you see that your 360s are not rotating as you expected even when you put the Drag Speed factor slider to a low number in SpotEditor, this is likely the issue. The latest SpotEditor should have it fixed or you can just replace comma with a dot in the xml.

<control dragSpeed="0.13" ...> - correct
 
Top