View Single Post
  #3  
Old 06-23-2011, 11:17 AM
Aweless Aweless is offline
Member
 
Join Date: May 2011
Posts: 3
Quote:
Originally Posted by farshizzo View Post
Does it also turn with the camera, or just move? If it's only moving, then it sounds like the scale of the model is very large. In this case try scaling it down. You can also try adding the following line of code before adding the model:
Code:
viz.setOption('viz.model.apply_collada_scale',1)
.
.
.
viz.add('file.dae')
This will automatically scale the collada model to meters if the model units are specified within the dae file.

Thank you this solves my problem. It seems the scale was out of whack.
Reply With Quote