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

Q&A about the latest versions
Post Reply
arnaud
Posts: 1
Joined: Fri May 05, 2017 1:57 pm

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
User avatar
Hopki
Gnome
Posts: 13015
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

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
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
Post Reply