ArmatureSource
Methods
getBoneRadius
Get the intended bone radius. Default 0.1.
getJointRadius
Get the intended joint radius. Default 0.15.
getSkeleton
Get the skeleton
setBoneRadius
Set the intended radius of the bone geometry.
The filter emits line cells rather than cylinders, so this value is stored and never read. Set the line width on the actor property to change the drawn thickness.
| Argument | Type | Required | Description |
|---|---|---|---|
radius | Yes | The bone radius |
setJointRadius
Set the intended radius of the joint geometry.
The filter emits vert cells rather than spheres, so this value is stored and never read. Set the point size on the actor property to change the drawn size.
| Argument | Type | Required | Description |
|---|---|---|---|
radius | Yes | The joint radius |
setSkeleton
Set the skeleton to visualize
| Argument | Type | Required | Description |
|---|---|---|---|
skeleton | Yes | The skeleton to visualize |