Thread
:
PPT movement in small area using vizard 3.0
View Single Post
#
2
02-24-2009, 09:15 AM
Jeff
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)
Jeff
View Public Profile
Find all posts by Jeff