Set scale of objects which have units of "scene"#369
Set scale of objects which have units of "scene"#369joshnice wants to merge 12 commits intojscastro76:masterfrom
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.