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
How to get the PSD pose is triggered using which combination of inputs ?
example: [browDownL + browLateralL]
How to get the translation values of boneX at psdY ?
The only information I can find are those:
getPSDCount() The number of distinct PSD expressions.
getPSDRowIndices() PSD(input) indices.
getPSDColumnIndices() Control(input) indices.
getPSDValues() Weights associated with each PSD row and column pair.
I see there is a PSDMatrix but I cannot find how to access it.
Thx
Francois
The text was updated successfully, but these errors were encountered:
How to access psd and expression information ?
How to get the PSD pose is triggered using which combination of inputs ?
example: [browDownL + browLateralL]
How to get the translation values of boneX at psdY ?
The only information I can find are those:
getPSDCount() The number of distinct PSD expressions.
getPSDRowIndices() PSD(input) indices.
getPSDColumnIndices() Control(input) indices.
getPSDValues() Weights associated with each PSD row and column pair.
I see there is a PSDMatrix but I cannot find how to access it.
Thx
Francois
The text was updated successfully, but these errors were encountered: