You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am able to read the 6DOF rigid bodies using Get6DOFBodyCount() and Get6DOFBody(). However, when I want to access the 6DOF with residuals using Get6DOFResidualBodyCount() and Get6DOFResidualBody(), the count of rigid bodies is zero and there is no rigid body data streamed. I followed the minimal example from RigidBodyStreaming.cpp. Is there something else that should be done in order to enable the residual streaming? As a remark, I can see the residuals for all rigid bodies in QTM. Thanks!
The text was updated successfully, but these errors were encountered:
I am able to read the 6DOF rigid bodies using
Get6DOFBodyCount()
andGet6DOFBody()
. However, when I want to access the 6DOF with residuals usingGet6DOFResidualBodyCount()
andGet6DOFResidualBody()
, the count of rigid bodies is zero and there is no rigid body data streamed. I followed the minimal example from RigidBodyStreaming.cpp. Is there something else that should be done in order to enable the residual streaming? As a remark, I can see the residuals for all rigid bodies in QTM. Thanks!The text was updated successfully, but these errors were encountered: