View Single Post
  #2  
Old 04-01-2014, 02:46 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Both the viz.model.apply_collada_scale option and the scale command with the inches to meters factor should have the same effect on the model. Does the model still appear to big? Do you see some effect if you scale it down further?
Code:
object.setScale([0.001]*3)
Reply With Quote