Class: IKHelper

IKHelper(ik, config)

Class for visualizing an IK system.

Constructor

new IKHelper(ik, config)

Creates a visualization for an IK.
Parameters:
Name Type Description
ik IK
config Object
Properties
Name Type Attributes Description
color THREE.Color <optional>
showBones boolean <optional>
showAxes boolean <optional>
wireframe boolean <optional>
axesSize number <optional>
boneSize number <optional>
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: