File: CCDIKHelper.md | Updated: 11/15/2025
Helper for visualizing IK bones.
CCDIKHelper is an addon, and must be imported explicitly, see Installation#Addons.
import { CCDIKHelper } from 'three/addons/animation/CCDIKSolver.js';
mesh | The skinned mesh.
---|---
iks | The IK objects. Default is [].
sphereSize | The sphere size. Default is 0.25.
The material for the effector spheres.
The IK objects.
A global line material.
The material for the link spheres.
The skinned mesh this helper refers to.
The helpers sphere geometry.
The material for the target spheres.
Frees the GPU-related resources allocated by this instance. Call this method whenever this instance is no longer used in your app.