View Single Post
  #2  
Old 06-23-2011, 10:36 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
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.
Reply With Quote