project_bone_points
Projects 3D bone or joint world positions to 2D pixel coordinates using a combined projection and view matrix for given image dimensions.
Instructions
Batch-projects named bone or joint world positions to 2D pixels using a combined projection*view matrix
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | Yes | ||
| height | Yes | ||
| points | Yes | ||
| yDirection | No | ||
| clipDepthRange | No | ||
| viewProjectionMatrix | Yes | Combined projection * view matrix |