Page 1 of 1

Can't find how to tweak the speed of the autorotate

Posted: Tue Jun 26, 2018 10:43 am
by arnaud
Hello,

I am tearing my hair out to try to adjust the speed of auto-rotation, no way to find posts on the forum that gives THE line of code that can reduce the speed of rotation...

Code: Select all

<autorotate speed="1.000" delay="5.00" start="0"/>

Best regards.
Thanks in advance for help !

Exemple of our work using ObjectVR :
https://www.3dms.fr/wp-content/uploads/ ... index.html

Re: Can't find how to tweak the speed of the autorotate

Posted: Tue Jun 26, 2018 12:22 pm
by Hopki
Hi,
In Object2VR's HTML5 output and under the Settings tab select the speed you want.
1.00 is a tad fast, but you can use 0.01 and up.

If you want to edit the XML file then you can edit the line, example:

Code: Select all

<autorotate speed="1.000" delay="5.00" start="1"/>
To

Code: Select all

<autorotate speed="0.080" delay="5.00" start="1"/>
Of course I would always advise using the project file as the next time you recreate the output it will overwrite.
Regards,
Hopki