View Single Post
  #2  
Old 02-24-2009, 09:15 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
You can apply a scale factor on your position data. This will apply a scale factor of 2 for x,y, and z using the link of the sensor and object

Code:
link.postScale([2,2,2],target=viz.LINK_POS_OP)
Reply With Quote