Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ignores thingiview.setRotation(false); on load #12

Open
Pandryl opened this issue Dec 19, 2012 · 2 comments
Open

ignores thingiview.setRotation(false); on load #12

Pandryl opened this issue Dec 19, 2012 · 2 comments

Comments

@Pandryl
Copy link

Pandryl commented Dec 19, 2012

Also seems to ignore the thingiview.setRotation(false); and auto rotates to start anyways.

@ubaldomattos
Copy link

I am having the same problem...

LongHairedHacker added a commit to LongHairedHacker/thingiview.js that referenced this issue Sep 28, 2013
fixes tbuser#12: setRotation is no longer overwritten during model loading

Also added a few missing this here an there
@wswapped
Copy link

wswapped commented Aug 25, 2018

I have added this code

setTimeout(function(){
            thingiview.setRotation(false);
        }, 500)

and seemed to stop the rotation for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants