Andrew Meadows
|
d6541e9ee7
|
angular velocity is a vector, not a quaternion
|
2015-12-18 11:06:58 -08:00 |
|
Brad Hefta-Gaub
|
65eae35433
|
a little more cleanup
|
2015-10-27 17:09:43 -07:00 |
|
Brad Hefta-Gaub
|
d86f1b50a7
|
more cleanup
|
2015-10-27 16:37:43 -07:00 |
|
Brad Hefta-Gaub
|
19743c1f39
|
gak, build busters and more CR feedback
|
2015-10-27 16:16:03 -07:00 |
|
Brad Hefta-Gaub
|
133d48ebee
|
CR feedback
|
2015-10-27 15:53:48 -07:00 |
|
Brad Hefta-Gaub
|
5a42991e0c
|
first pass at cleaning up MyAvatars use of PalmData
|
2015-10-27 13:51:42 -07:00 |
|
Andrew Meadows
|
c61bc190de
|
fix finger and palm-normal directions for JS
|
2015-09-02 14:16:02 -07:00 |
|
Philip Rosedale
|
d74856e01b
|
add angularVelocity to controller
|
2015-02-24 11:21:04 -08:00 |
|
Atlante45
|
4278407137
|
Account for avatar scale in Hand(Data) get/set
When using localToWorld/WorldToLocal type functions
|
2015-01-26 16:48:33 -08:00 |
|
Atlante45
|
ae3bcc8f06
|
No more .f
|
2014-11-19 16:53:39 -08:00 |
|
barnold1953
|
fc21f7bbac
|
Removed outdated and incorrect getFingerTipPosition()
|
2014-07-10 14:21:17 -07:00 |
|
Andrew Meadows
|
d1a8c18d10
|
simplified hand index constants
|
2014-05-27 16:32:29 -07:00 |
|
Andrew Meadows
|
aad9d0441e
|
merge upstream/master to andrew/bispinor
Conflicts:
interface/src/avatar/Hand.cpp
interface/src/avatar/SkeletonModel.cpp
libraries/avatars/src/HandData.cpp
libraries/avatars/src/HandData.h
|
2014-05-14 09:38:31 -07:00 |
|
Andrew Meadows
|
366e9c7d34
|
PalmDataA::getPalmDirection --> getNormal()
|
2014-05-14 09:05:54 -07:00 |
|
Andrew Meadows
|
607094075c
|
Revert "Merge pull request #2834 from andrew/thermonuclear"
This reverts commit e088c3d115 , reversing
changes made to d124c0319d .
|
2014-05-13 10:38:56 -07:00 |
|
Andrew Meadows
|
e983be4013
|
fix typo (finger length = 0.3m, not 0.03m)
|
2014-05-12 11:52:16 -07:00 |
|
Andrew Meadows
|
cea472b730
|
remove the last of Leap specific cruft
|
2014-05-12 11:48:56 -07:00 |
|
Andrew Meadows
|
efb3edf400
|
Store sixense data in meters not millimeters
|
2014-05-12 11:39:21 -07:00 |
|
Andrew Meadows
|
49dedb72c9
|
remove FingerData class and related cleanup
|
2014-05-12 11:09:12 -07:00 |
|
Stephen Birarda
|
684c6b5372
|
run regex header replacement on all cpp files
|
2014-04-09 09:35:42 -07:00 |
|
Andrew Meadows
|
fff7a36b54
|
merge upstream/master into physics project
Conflicts:
interface/src/avatar/Hand.cpp
interface/src/avatar/Hand.h
interface/src/avatar/SkeletonModel.cpp
interface/src/avatar/SkeletonModel.h
interface/src/renderer/Model.h
|
2014-03-25 15:55:26 -07:00 |
|
Philip Rosedale
|
3ab0288c4f
|
testing numbered joint movement
|
2014-03-20 08:54:12 -07:00 |
|
Philip Rosedale
|
c26ed77931
|
merge fix
|
2014-03-19 09:16:52 -07:00 |
|
Philip Rosedale
|
9c8a4828f2
|
remove unused variable, function
|
2014-03-18 22:41:09 -07:00 |
|
Andrzej Kapolka
|
f8c14a5717
|
Remove unused variable, reorder includes.
|
2014-03-18 17:06:01 -07:00 |
|
Andrew Meadows
|
4a1a7898ea
|
Merge branch 'cleanup' into 'shapes'
|
2014-03-18 12:53:45 -07:00 |
|
Andrew Meadows
|
02c58447df
|
merge upstream/master into "shapes" project
Conflicts:
interface/src/avatar/MyAvatar.cpp
interface/src/avatar/SkeletonModel.cpp
interface/src/avatar/SkeletonModel.h
libraries/avatars/src/HandData.h
libraries/shared/src/SharedUtil.h
|
2014-03-18 12:41:20 -07:00 |
|
Andrew Meadows
|
3296447af6
|
remove dupe hand data from avatar updates
partial progress toward issue #2256
|
2014-03-17 18:23:55 -07:00 |
|
ZappoMan
|
851764a705
|
more warning fixes
|
2014-03-15 22:36:43 -07:00 |
|
Andrew Meadows
|
a045a87cca
|
Remove arm stretching, add sixense calibration
|
2014-03-14 11:11:00 -07:00 |
|
Andrew Meadows
|
47e340dafe
|
Merge upstream/master
Conflicts:
interface/src/avatar/MyAvatar.cpp
|
2014-03-07 09:16:33 -08:00 |
|
Andrew Meadows
|
bca0ea1502
|
Adding per-palm penetration accumulator
|
2014-03-06 12:36:52 -08:00 |
|
Andrew Meadows
|
5252f22d82
|
fix warning about signed/unsigned comparison
|
2014-03-04 10:42:10 -08:00 |
|
Andrew Meadows
|
c134b8de5b
|
Remove Avatar::_hand, use AvatarData::_handData
|
2014-02-18 17:08:12 -08:00 |
|
Stephen Birarda
|
4573eaebc6
|
fix multiple avatar parsing in AvatarManager
|
2014-01-31 12:02:24 -08:00 |
|
Stephen Birarda
|
9d82347994
|
add a missing return
|
2014-01-31 11:32:23 -08:00 |
|
Stephen Birarda
|
4bf8f3a465
|
reinstate old HandData parsing
|
2014-01-31 11:29:15 -08:00 |
|
Andrzej Kapolka
|
1e9e298a75
|
Missing includes.
|
2014-01-29 13:47:13 -08:00 |
|
Stephen Birarda
|
4103cc1cde
|
packet header changes and beginning of conversion to QByteArray
|
2014-01-28 10:36:08 -08:00 |
|
Andrzej Kapolka
|
804ce83fa6
|
Get the base position/orientation directly from the avatar to prevent
jerkiness when flying with the Hydra. Also, restore arm lengths when the
Hydra becomes inactive.
|
2014-01-20 13:44:41 -08:00 |
|
Andrew Meadows
|
6c6a59b252
|
Hand now holds a ball a bit forward, which prevents the body from colliding with the ball on throw.
|
2014-01-17 16:36:50 -08:00 |
|
Andrew Meadows
|
f08e639cb2
|
fixes for avatar paddle-hands, plus some hackery for demo
|
2014-01-17 11:22:50 -08:00 |
|
Brad Hefta-Gaub
|
b9bca46c6b
|
fix sign warning
|
2014-01-16 11:24:42 -08:00 |
|
Andrew Meadows
|
1266ffd0ca
|
merge of windows-build
Conflicts:
domain-server/src/DomainServer.cpp
interface/src/Application.cpp
interface/src/Menu.cpp
libraries/avatars/src/AvatarData.h
libraries/shared/src/NodeList.h
|
2014-01-16 09:00:13 -08:00 |
|
Andrew Meadows
|
76e8eb2bfc
|
Moving SIXENSE_CONTROLLER_ID* constants into header to help eliminate magic numbers in other code (to be committed later).
|
2014-01-15 16:53:27 -08:00 |
|
Andrew Meadows
|
f28fc5f79b
|
Adding palm accessor method that fetches left or right, as specified.
|
2014-01-14 16:08:40 -08:00 |
|
Brad Hefta-Gaub
|
55babbf7b6
|
windows type mismatch warning fixes
|
2014-01-13 00:30:23 -08:00 |
|
Philip Rosedale
|
17f35ce97b
|
Fix to see other people animate hydra hands
|
2013-12-18 16:37:15 -08:00 |
|
Philip Rosedale
|
fc28034f37
|
hydra hands hard coded to LH and RH controllers, ball debugging
|
2013-12-17 09:41:13 -08:00 |
|
Philip Rosedale
|
14d198f930
|
Merge remote-tracking branch 'upstream/master' into slaps
|
2013-12-16 21:20:05 -08:00 |
|