├── CHANGELOG ├── Gruntfile.coffee ├── LICENSE ├── README.md ├── bower.json ├── examples ├── advanced.coffee ├── advanced.js ├── confidence2-49fps.json.lz └── lib │ ├── Stats.js │ ├── TrackballControls.js │ └── three.js ├── index.html ├── models ├── Game Quality Hand │ ├── Arm:Hand │ │ ├── Leapmotion_Basehand_Rig_Left.dae │ │ ├── Leapmotion_Basehand_Rig_Left.fbx │ │ ├── Leapmotion_Basehand_Rig_RIght.dae │ │ ├── Leapmotion_Basehand_Rig_Right.fbx │ │ └── leapmotion_basehand_lowpoly.obj │ ├── Handsolo │ │ ├── Leapmotion_Handsolo_Rig_Left.blend │ │ ├── Leapmotion_Handsolo_Rig_Left.dae │ │ ├── Leapmotion_Handsolo_Rig_Left.fbx │ │ ├── Leapmotion_Handsolo_Rig_Left.json │ │ ├── Leapmotion_Handsolo_Rig_RIght.dae │ │ ├── Leapmotion_Handsolo_Rig_Right.blend │ │ ├── Leapmotion_Handsolo_Rig_Right.fbx │ │ ├── Leapmotion_Handsolo_Rig_Right.json │ │ └── leapmotion_handsolo_lowpoly.obj │ ├── leapmotion_basehand_diffuse.tga.zip │ └── leapmotion_basehand_normals.tga.zip ├── Other │ └── Hand Pair.dae ├── Readme.md ├── Revamped Hand │ ├── handrevamp_hipoly_rig_left.dae │ ├── handrevamp_hipoly_rig_left.fbx │ ├── handrevamp_hipoly_rig_right.dae │ ├── handrevamp_hipoly_rig_right.fbx │ ├── handrevamp_lowpoly_rig_left.dae │ ├── handrevamp_lowpoly_rig_left.fbx │ ├── handrevamp_lowpoly_rig_right.dae │ └── handrevamp_lowpoly_rig_right.fbx └── Test Rig │ ├── Leapmotion_Basehand_Rig_Left.dae │ ├── Leapmotion_Basehand_Rig_Left.fbx │ ├── Leapmotion_Basehand_Rig_Right.dae │ └── Leapmotion_Basehand_Rig_Right.fbx ├── package.json ├── quickstart.html └── src ├── leap.rigged-hand.coffee ├── lib └── Detector.js └── models ├── hand_models_v1.js └── left_hand_terrence_3.js /CHANGELOG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/CHANGELOG -------------------------------------------------------------------------------- /Gruntfile.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/Gruntfile.coffee -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/README.md -------------------------------------------------------------------------------- /bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/bower.json -------------------------------------------------------------------------------- /examples/advanced.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/examples/advanced.coffee -------------------------------------------------------------------------------- /examples/advanced.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/examples/advanced.js -------------------------------------------------------------------------------- /examples/confidence2-49fps.json.lz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/examples/confidence2-49fps.json.lz -------------------------------------------------------------------------------- /examples/lib/Stats.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/examples/lib/Stats.js -------------------------------------------------------------------------------- /examples/lib/TrackballControls.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/examples/lib/TrackballControls.js -------------------------------------------------------------------------------- /examples/lib/three.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/examples/lib/three.js -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/index.html -------------------------------------------------------------------------------- /models/Game Quality Hand/Arm:Hand/Leapmotion_Basehand_Rig_Left.dae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/models/Game Quality Hand/Arm:Hand/Leapmotion_Basehand_Rig_Left.dae -------------------------------------------------------------------------------- /models/Game Quality Hand/Arm:Hand/Leapmotion_Basehand_Rig_Left.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/models/Game Quality Hand/Arm:Hand/Leapmotion_Basehand_Rig_Left.fbx -------------------------------------------------------------------------------- /models/Game Quality Hand/Arm:Hand/Leapmotion_Basehand_Rig_RIght.dae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/models/Game Quality Hand/Arm:Hand/Leapmotion_Basehand_Rig_RIght.dae -------------------------------------------------------------------------------- /models/Game Quality Hand/Arm:Hand/Leapmotion_Basehand_Rig_Right.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/models/Game Quality Hand/Arm:Hand/Leapmotion_Basehand_Rig_Right.fbx -------------------------------------------------------------------------------- /models/Game Quality Hand/Arm:Hand/leapmotion_basehand_lowpoly.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/models/Game Quality Hand/Arm:Hand/leapmotion_basehand_lowpoly.obj -------------------------------------------------------------------------------- /models/Game Quality Hand/Handsolo/Leapmotion_Handsolo_Rig_Left.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/models/Game Quality Hand/Handsolo/Leapmotion_Handsolo_Rig_Left.blend -------------------------------------------------------------------------------- /models/Game Quality Hand/Handsolo/Leapmotion_Handsolo_Rig_Left.dae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/models/Game Quality Hand/Handsolo/Leapmotion_Handsolo_Rig_Left.dae -------------------------------------------------------------------------------- /models/Game Quality Hand/Handsolo/Leapmotion_Handsolo_Rig_Left.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/models/Game Quality Hand/Handsolo/Leapmotion_Handsolo_Rig_Left.fbx -------------------------------------------------------------------------------- /models/Game Quality Hand/Handsolo/Leapmotion_Handsolo_Rig_Left.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/models/Game Quality Hand/Handsolo/Leapmotion_Handsolo_Rig_Left.json -------------------------------------------------------------------------------- /models/Game Quality Hand/Handsolo/Leapmotion_Handsolo_Rig_RIght.dae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/models/Game Quality Hand/Handsolo/Leapmotion_Handsolo_Rig_RIght.dae -------------------------------------------------------------------------------- /models/Game Quality Hand/Handsolo/Leapmotion_Handsolo_Rig_Right.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/models/Game Quality Hand/Handsolo/Leapmotion_Handsolo_Rig_Right.blend -------------------------------------------------------------------------------- /models/Game Quality Hand/Handsolo/Leapmotion_Handsolo_Rig_Right.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/models/Game Quality Hand/Handsolo/Leapmotion_Handsolo_Rig_Right.fbx -------------------------------------------------------------------------------- /models/Game Quality Hand/Handsolo/Leapmotion_Handsolo_Rig_Right.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/models/Game Quality Hand/Handsolo/Leapmotion_Handsolo_Rig_Right.json -------------------------------------------------------------------------------- /models/Game Quality Hand/Handsolo/leapmotion_handsolo_lowpoly.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/models/Game Quality Hand/Handsolo/leapmotion_handsolo_lowpoly.obj -------------------------------------------------------------------------------- /models/Game Quality Hand/leapmotion_basehand_diffuse.tga.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/models/Game Quality Hand/leapmotion_basehand_diffuse.tga.zip -------------------------------------------------------------------------------- /models/Game Quality Hand/leapmotion_basehand_normals.tga.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/models/Game Quality Hand/leapmotion_basehand_normals.tga.zip -------------------------------------------------------------------------------- /models/Other/Hand Pair.dae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/models/Other/Hand Pair.dae -------------------------------------------------------------------------------- /models/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/models/Readme.md -------------------------------------------------------------------------------- /models/Revamped Hand/handrevamp_hipoly_rig_left.dae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/models/Revamped Hand/handrevamp_hipoly_rig_left.dae -------------------------------------------------------------------------------- /models/Revamped Hand/handrevamp_hipoly_rig_left.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/models/Revamped Hand/handrevamp_hipoly_rig_left.fbx -------------------------------------------------------------------------------- /models/Revamped Hand/handrevamp_hipoly_rig_right.dae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/models/Revamped Hand/handrevamp_hipoly_rig_right.dae -------------------------------------------------------------------------------- /models/Revamped Hand/handrevamp_hipoly_rig_right.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/models/Revamped Hand/handrevamp_hipoly_rig_right.fbx -------------------------------------------------------------------------------- /models/Revamped Hand/handrevamp_lowpoly_rig_left.dae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/models/Revamped Hand/handrevamp_lowpoly_rig_left.dae -------------------------------------------------------------------------------- /models/Revamped Hand/handrevamp_lowpoly_rig_left.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/models/Revamped Hand/handrevamp_lowpoly_rig_left.fbx -------------------------------------------------------------------------------- /models/Revamped Hand/handrevamp_lowpoly_rig_right.dae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/models/Revamped Hand/handrevamp_lowpoly_rig_right.dae -------------------------------------------------------------------------------- /models/Revamped Hand/handrevamp_lowpoly_rig_right.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/models/Revamped Hand/handrevamp_lowpoly_rig_right.fbx -------------------------------------------------------------------------------- /models/Test Rig/Leapmotion_Basehand_Rig_Left.dae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/models/Test Rig/Leapmotion_Basehand_Rig_Left.dae -------------------------------------------------------------------------------- /models/Test Rig/Leapmotion_Basehand_Rig_Left.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/models/Test Rig/Leapmotion_Basehand_Rig_Left.fbx -------------------------------------------------------------------------------- /models/Test Rig/Leapmotion_Basehand_Rig_Right.dae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/models/Test Rig/Leapmotion_Basehand_Rig_Right.dae -------------------------------------------------------------------------------- /models/Test Rig/Leapmotion_Basehand_Rig_Right.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/models/Test Rig/Leapmotion_Basehand_Rig_Right.fbx -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/package.json -------------------------------------------------------------------------------- /quickstart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/quickstart.html -------------------------------------------------------------------------------- /src/leap.rigged-hand.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/src/leap.rigged-hand.coffee -------------------------------------------------------------------------------- /src/lib/Detector.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/src/lib/Detector.js -------------------------------------------------------------------------------- /src/models/hand_models_v1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/src/models/hand_models_v1.js -------------------------------------------------------------------------------- /src/models/left_hand_terrence_3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/leapjs-rigged-hand/HEAD/src/models/left_hand_terrence_3.js --------------------------------------------------------------------------------