Constructor
new IKHelper(ik, config)
Creates a visualization for an IK.
Parameters:
Name | Type | Description | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ik |
IK | |||||||||||||||||||||||||||||
config |
Object |
Properties
|
- Source:
Extends
- THREE.Object3d
Members
color :THREE.Color
The color of this IKHelper's bones.
Type:
- THREE.Color
- Default Value:
- new THREE.Color(0xff0077)
- Source:
showAxes :boolean
Whether this IKHelper's axes are visible or not.
Type:
- boolean
- Default Value:
- true
- Source:
showBones :boolean
Whether this IKHelper's bones are visible or not.
Type:
- boolean
- Default Value:
- true
- Source:
wireframe :boolean
Whether this IKHelper should be rendered as wireframes or not.
Type:
- boolean
- Default Value:
- true
- Source: