PDA

View Full Version : Gain for Orientations with Rigid Body


deborah
11-10-2011, 12:11 PM
Hi,
I'm using a rigid body plugin for tracking orientation and position data (Intersense is not an option). I want to apply a gain
on the orientation data, but link's postScale method only works for position data (nothing happens when I try link.postScale([x,y,z, target
= viz.LINK_ORI_OP). Is there a way to scale angular gain depending on orientation?

Thanks!
Deborah

Jeff
11-18-2011, 12:23 PM
You could manually apply the orientation data with some scale value to the target. The following shows how to manually apply tracking data to the viewpoint:

http://docs.worldviz.com/vizard/examples/manual.htm

deborah
11-21-2011, 03:12 PM
Great, got it.

Thanks for your help!