View Single Post
  #3  
Old 04-01-2014, 05:36 AM
armo armo is offline
Member
 
Join Date: Mar 2014
Posts: 21
Quote:
Originally Posted by Jeff View Post
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)

Dear Jeff


I have tried the scale command with the inches to meters factor and it works pretty well!

Nonetheless, the viz.model.apply_collada_scale command still doesn't. Is there a specific line where I should put this last command so I don't have to scale every object only with tha inches to meters factor (I have more than 100 objects to load...)?


Best regards, armo
Reply With Quote