View Single Post
  #9  
Old 07-25-2014, 03:06 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Sorry, the name of the option is viz.model.apply_collada_scale. That will be applied to all collada models loaded after it is set:

Code:
viz.setOption('viz.model.apply_collada_scale',1)

myModel=viz.addChild('ID_1.dae')
Reply With Quote