The Bone Angle Detection node calculates the angle between a specified bone and its parent bone, and triggers different nodes when it matches or doesn't match the specified angle. This node can be used, in combination with other bone angle nodes, to assess human posture.
Name | Data Type | Description |
---|
Enter | Exec | Triggers the execution of this node |
Detect | String | The body to detect. "Body 1" represents the first person to appear in the scene and "Body 2" represents the second. |
Bone | String | The bone to detect |
Bone Angle | Number | The desired angle between two bones |
Detection Threshold | Number | The range condition for angle detection, calculated by adding or subtracting the threshold from the bone angle |
Output
Name | Data Type | Description |
---|
Match Success | Exec | Executes the next node when the detected angle matches the specified angle |
Match Fail | Exec | Executes the next node when the detected angle doesn't match the specified angle |
Is Matched | Boolean | Returns true if the detected angle matches the specified angle, false if not |
Angle | Number | The calculated angle between the bones |