Skip to content

Commit

Permalink
Editing signature for doc generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
evhan55 committed Nov 30, 2016
1 parent b89d0a3 commit 32b9050
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions src/utilities/behaviors/JointCollisionEvents.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,7 @@ window.altspace.utilities.behaviors = window.altspace.utilities.behaviors || {};
* joints collide with an object
*
* @class JointCollisionEvents
* @param {String} [config.joints=[
* ['Thumb', 'Left', 3],
* ['Index', 'Left', 3],
* ['Middle', 'Left', 3],
* ['Ring', 'Left', 3],
* ['Pinky', 'Left', 3],
* ['Thumb', 'Right', 3],
* ['Index', 'Right', 3],
* ['Middle', 'Right', 3],
* ['Ring', 'Right', 3],
* ['Pinky', 'Right', 3],
* ['Hand', 'Left', 0]
* ['Hand', 'Right', 0]]] Body part names [bodyPart, side, subIndex] of joints to track
* @param {String} [config.joints=[['Thumb', 'Left', 3],['Index', 'Left', 3],['Middle', 'Left', 3],['Ring', 'Left', 3],['Pinky', 'Left', 3],['Thumb', 'Right', 3],['Index', 'Right', 3],['Middle', 'Right', 3],['Ring', 'Right', 3],['Pinky', 'Right', 3],['Hand', 'Left', 0]['Hand', 'Right', 0]]] Body part names [bodyPart, side, subIndex] of joints to track
* @param {Number} [config.jointCubeSize=15] Size of dummy cube used to track each joint
* @memberof module:altspace/utilities/behaviors
**/
Expand Down

0 comments on commit 32b9050

Please sign in to comment.