Create a new CCD solver.
Distance threshold for convergence (meters). Default: 0.001
Maximum solver iterations per frame. Default: 20
Rotation damping (0-1). Lower = smoother but slower. Default: 1.0
Solve IK for a bone chain to reach a target position.
Uses cyclic coordinate descent to iteratively rotate joints toward the target.
The bone chain to solve
World position the end effector should reach
Solver result with positions, rotations, and convergence info
Cyclic Coordinate Descent (CCD) IK Solver.
Alternative IK algorithm that iterates from end to root, rotating each joint to point toward the target. Often faster than FABRIK but can produce less natural-looking results.
When to use CCD:
Algorithm Overview:
Example
Example
See