Commit graph

7342 commits

Author SHA1 Message Date
Andrzej Kapolka
c76af1ca12 Scratch that; didn't work. 2013-11-13 13:58:14 -08:00
Andrzej Kapolka
76d8bd0a9c Finger IK, take two. 2013-11-13 13:53:41 -08:00
Andrzej Kapolka
3e4c5f84ed Only rotate if we have at least three active fingers. 2013-11-13 13:26:36 -08:00
Andrzej Kapolka
52a3071cb3 Order of update fix. 2013-11-13 12:29:43 -08:00
Andrzej Kapolka
332de0646d Orient the Leap hands relative to the body, not the head. 2013-11-13 12:22:54 -08:00
Andrzej Kapolka
d87dccd614 Alignment to pull elbows towards ground. 2013-11-13 12:06:08 -08:00
Andrzej Kapolka
c2e4a70685 Back to the cyclic coordinate descent algorithm (easier to apply joint
constraints); Leap hands relative to eyes.
2013-11-13 10:35:20 -08:00
Andrzej Kapolka
69d5051b75 Merge branch 'master' of https://github.com/worklist/hifi 2013-11-12 15:43:32 -08:00
Andrzej Kapolka
a36f9d52af Constraint fix, apply constraints to wrists. 2013-11-12 15:43:11 -08:00
Philip Rosedale
22f9f7ccfb Merge pull request #1245 from ey6es/master
Hacky fix for jittery rear view mirror.
2013-11-12 14:33:12 -08:00
Andrzej Kapolka
df30e3c851 As a hack, when we have an FBX face/body, position the camera to point at the
origin and reposition the models based on the relative eye positions.  Fixes
the jitteriness in rear mirror mode.
2013-11-12 12:28:07 -08:00
Stephen Birarda
fbccd81247 Merge pull request #1243 from ZappoMan/voxel_stats
Bug Fix & server edit stats
2013-11-11 17:56:13 -08:00
ZappoMan
c625d79fd2 removed comment 2013-11-11 17:27:29 -08:00
ZappoMan
59cfa89f1b fixed CR feedback 2013-11-11 17:26:04 -08:00
ZappoMan
0eace966e9 added support to also show inbound packet stats per sender 2013-11-11 17:20:31 -08:00
ZappoMan
af8438b098 add stats to voxel server to show average voxel edit packet statistics 2013-11-11 16:31:36 -08:00
Philip Rosedale
1d297eb343 Merge pull request #1236 from ZappoMan/packetserverPPSfixes
improvements to PPS behavior of PacketSender
2013-11-10 20:02:10 -08:00
ZappoMan
d9ed6443db style cleanup, correct some comments 2013-11-10 14:06:44 -08:00
ZappoMan
00fa5480c1 get rid of magic number 2013-11-10 13:52:40 -08:00
ZappoMan
977b730fc0 add support for tuning the size of packets used by VoxelEditPacketSender 2013-11-10 12:44:20 -08:00
ZappoMan
eb73de6b67 added a couple more JS APIs and removed some debug code 2013-11-10 12:33:54 -08:00
ZappoMan
43a4253689 added interface points to VoxelScriptingInterface to access stats from _voxelPacketSender 2013-11-10 12:23:44 -08:00
ZappoMan
1a6efea5c0 improvements to PPS behavior of PacketSender 2013-11-10 10:39:56 -08:00
Philip Rosedale
e47abf2f4c Merge pull request #1234 from ey6es/master
Don't decay head roll/pitch when moving if Faceshift is active.  This should fix https://basecamp.com/2151194/projects/2058851-avatar/todos/69596930-avatar-body-still.
2013-11-09 13:04:31 -08:00
Andrzej Kapolka
feb2a150b7 Don't decay head roll/pitch when moving if Faceshift is active. 2013-11-08 18:05:24 -08:00
Philip Rosedale
26e1e8a283 Merge pull request #1233 from ey6es/master
Read and enforce angle constraints on joints, use incremental rotations for Leap palms.
2013-11-08 17:25:40 -08:00
Andrzej Kapolka
dff2266aee Merge branch 'master' of https://github.com/worklist/hifi 2013-11-08 15:38:52 -08:00
Andrzej Kapolka
0eaaa89c9a Read the palm direction from the FST, use that to determine Leap rotations. 2013-11-08 15:38:20 -08:00
Andrzej Kapolka
3446337cc5 Trying incremental rotations for Leap palms. 2013-11-08 15:11:56 -08:00
Andrzej Kapolka
49c9d41dd5 Read and enforce angle constraints (untested). 2013-11-08 14:49:38 -08:00
ZappoMan
24114bf7d9 Merge pull request #1232 from PhilipRosedale/master
Voxel click to fly defaults OFF, in tools menu
2013-11-08 14:46:43 -08:00
philiprosedale
facf7094f0 Merge branch 'master' of https://github.com/worklist/hifi 2013-11-08 14:34:52 -08:00
Philip Rosedale
2991c8af61 screen does not flash when voxels are clicked 2013-11-08 14:34:22 -08:00
Philip Rosedale
f3b6e21a6d Voxel click to fly is now an option in the Tools Menu 2013-11-08 14:34:15 -08:00
Philip Rosedale
bbbf495592 Merge pull request #1230 from ey6es/master
Partial orchidectomy: removed (some of) Jeffrey's balls.
2013-11-08 14:25:01 -08:00
Andrzej Kapolka
8755121ba1 Merge branch 'master' of https://github.com/worklist/hifi 2013-11-08 13:15:06 -08:00
Philip Rosedale
521e51dcd9 Merge pull request #1231 from ZappoMan/bugfixes
Add sequence and sent time to voxel edit packets to debug edit failing
2013-11-08 12:31:23 -08:00
Andrzej Kapolka
db9fa63112 Partial orchidectomy: removed (some of) Jeffrey's balls. 2013-11-08 11:19:35 -08:00
ZappoMan
2e8cb63abb add more voxel edit transit time debugging 2013-11-08 10:47:47 -08:00
ZappoMan
a9c5c0707f added sentAt timestamps to voxel edit packets so we can measure transit time 2013-11-08 10:32:46 -08:00
ZappoMan
a75e577d0a voxel edit packet debugging support 2013-11-08 09:32:06 -08:00
Stephen Birarda
e4669d7c13 Merge pull request #1228 from ZappoMan/bugfixes
Bug fixes to make JS/Agent and Voxel Editing work better
2013-11-08 07:28:16 -08:00
ZappoMan
b0a4ffb11c fix comments line breaks 2013-11-08 02:27:34 -08:00
ZappoMan
3da6062639 fix comment 2013-11-08 02:26:23 -08:00
ZappoMan
a708486834 fix comment 2013-11-08 02:25:51 -08:00
ZappoMan
20c66386f8 fix comment 2013-11-08 02:24:46 -08:00
ZappoMan
8043970df7 bug fixes to JurisdictionListener, PacketSender, addition of packetsToSendCount() to Voxels JS 2013-11-08 02:22:10 -08:00
ZappoMan
f1704e9d79 Merge branch 'master' of https://github.com/worklist/hifi into bugfixes 2013-11-07 18:53:06 -08:00
Philip Rosedale
d4fc85b197 Merge pull request #1226 from ey6es/master
New IK method with "gravity" for more relaxed positions, Leap integration with new skeleton.
2013-11-07 18:11:20 -08:00
Philip Rosedale
5c219697bc Merge pull request #1227 from ZappoMan/new_voxel_scene_stats
New voxel scene stats
2013-11-07 18:06:57 -08:00