-
Notifications
You must be signed in to change notification settings - Fork 149
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
Set scale of objects which have units of "scene" #369
base: master
Are you sure you want to change the base?
Conversation
Hi, @joshnice options.scale = this.scale; If you change that, I'm happy to approve and welcome you as contributor! |
Hi @jscastro76, |
setScale should work as it's heavily used when the model has fix zoom property... can you elaborate or show me that bug in any example? |
Sorry I was mistaken, I had not set the fixedZoom property as true. So there is no issue with the units being meters and setting the scale. |
Allow an object in the threebox world which is using units of "scene", to use the setScale function. Provided example as well.