View Single Post
  #3  
Old 09-11-2014, 09:23 AM
Melody Melody is offline
Member
 
Join Date: Aug 2014
Posts: 26
Thanks Jeff.

May I ask how can I get the real-time spring force I applied?
I tried <effect>.getMagnitude(). But what I get is a constant I set in addSpringEffect.

<device>.addSpringEffect( gain=None
,magnitude=None
,position=None
,referenceFrame=None )
Position here represents the effect position, right?

And what is the relationship between magnitude and spring force? In F = k(P-X), magnitude is the max spring force?
Reply With Quote