Jeffrey Ventrella
|
de6f33efa6
|
added "_" to all of Philip's old private members and tidied up the formatting in Head.h some
|
2013-04-18 13:16:36 -07:00 |
|
Philip Rosedale
|
8e19caf21c
|
Merge remote-tracking branch 'upstream/master'
|
2013-04-18 07:23:06 -07:00 |
|
tosh
|
1e6352593a
|
Merge branch 'master' of git://github.com/worklist/hifi into 19262
Conflicts:
interface/src/Head.cpp
interface/src/Util.cpp
interface/src/main.cpp
libraries/avatars/src/Orientation.cpp
|
2013-04-18 12:38:35 +02:00 |
|
Philip Rosedale
|
ad30abdf20
|
sphere on
|
2013-04-18 00:20:22 -07:00 |
|
Jeffrey Ventrella
|
bd0eb9f69c
|
renamed Yaw Pitch Roll to _headYaw, _headPitch, _headRoll, in Head class. And also added a "bigSphere avatar collision test", also added a bone radius (for collision detection)
|
2013-04-17 23:18:36 -07:00 |
|
Jeffrey Ventrella
|
46c95ea4af
|
did some code cleanup in Head class and added some _isMine checks to differentiate between my av and others
|
2013-04-17 18:28:26 -07:00 |
|
Jeffrey Ventrella
|
4e12f26467
|
added _isMine check for my _bodyYaw update
|
2013-04-17 18:10:32 -07:00 |
|
Jeffrey Ventrella
|
aba20c6afd
|
a few debugging changes
|
2013-04-17 17:48:08 -07:00 |
|
Jeffrey Ventrella
|
ecb5047e7c
|
removed initializeAvatar() method in Head class (deprecated). and also un-negated the pos in the rendering of other avatars (same fix as Philip just made)
|
2013-04-17 16:58:04 -07:00 |
|
Jeffrey Ventrella
|
5aeb307be2
|
including Philips hand position transmission code
|
2013-04-17 15:36:40 -07:00 |
|
Jeffrey Ventrella
|
5595bb8cf6
|
Merge remote-tracking branch 'upstream/master'
|
2013-04-17 15:34:00 -07:00 |
|
Jeffrey Ventrella
|
0306b63af4
|
added more cleanup and preparation for switching over to quaternions
|
2013-04-17 15:32:16 -07:00 |
|
Philip Rosedale
|
952cb2f2ae
|
Added head _isMine variable, added hand position transmission!
|
2013-04-17 15:14:30 -07:00 |
|
Philip Rosedale
|
5729ecb3f4
|
Merge remote-tracking branch 'upstream/master'
|
2013-04-17 14:23:43 -07:00 |
|
Jeffrey Ventrella
|
a44ff94f85
|
Merge remote-tracking branch 'upstream/master'
|
2013-04-17 12:50:41 -07:00 |
|
Jeffrey Ventrella
|
3856a70b7e
|
added "_" to several members in Head class, and cleaned up some code formatting (housecleaning :)
|
2013-04-17 12:48:47 -07:00 |
|
Jeffrey Ventrella
|
4f0ca2f33e
|
added quaternions to avatar body and bone structure (but not using them yet)
|
2013-04-17 12:31:03 -07:00 |
|
ZappoMan
|
eca7863cd9
|
Merge pull request #64 from birarda/master
fix reference to resources directory via switchToResourcesParentIfRequired
|
2013-04-17 12:04:25 -07:00 |
|
Stephen Birarda
|
e9592c45c7
|
fix reference to resources directory on OS X
|
2013-04-17 11:56:32 -07:00 |
|
Jeffrey Ventrella
|
3cee28f0ef
|
added back the av position
|
2013-04-17 11:23:47 -07:00 |
|
tosh
|
c261449937
|
Merge branch 'master' of git://github.com/worklist/hifi into 19262
|
2013-04-17 20:01:51 +02:00 |
|
tosh
|
349e89aaa6
|
integrates logging for interface
|
2013-04-17 19:04:10 +02:00 |
|
Philip Rosedale
|
2e928166ed
|
Merge remote-tracking branch 'upstream/master'
|
2013-04-17 10:00:17 -07:00 |
|
Jeffrey Ventrella
|
a6f82e1236
|
moved renderOrientstionDiretions to Utils
|
2013-04-16 23:39:43 -07:00 |
|
Jeffrey Ventrella
|
1fb8d0b268
|
consolidated some code in Head.cpp
|
2013-04-16 20:35:50 -07:00 |
|
Philip Rosedale
|
f4f8a4e41b
|
Merge remote-tracking branch 'upstream/master'
|
2013-04-16 13:26:49 -07:00 |
|
Stephen Birarda
|
1dd21a450e
|
Merge remote-tracking branch 'upstream/master'
|
2013-04-16 12:00:55 -07:00 |
|
Stephen Birarda
|
e71f21b7bf
|
fix broken builds from last commit, pull new avatar data in VoxelAgentData
|
2013-04-16 11:59:03 -07:00 |
|
Stephen Birarda
|
5c091a51a6
|
change signature of parseData to use unsigned char*, include packet header always
|
2013-04-16 11:51:36 -07:00 |
|
Philip Rosedale
|
d00001613f
|
Renamed functions in head, added ability to change body yaw.
|
2013-04-15 21:06:45 -07:00 |
|
Philip Rosedale
|
b3e99513cb
|
Merge branch 'master' of https://github.com/worklist/hifi
|
2013-04-15 18:37:59 -07:00 |
|
Philip Rosedale
|
cd3e414eda
|
Removed unneeded variables in main.cpp for pitch,yaw. Renamed routines to make it more clear where gyros are being read. Re-enabled marker box being driven by head gyros.
|
2013-04-15 18:37:46 -07:00 |
|
Stephen Birarda
|
288a259ac1
|
more conflict resolutions for broken build after pull
|
2013-04-15 18:37:25 -07:00 |
|
Stephen Birarda
|
2b49442039
|
resolve conflicts on merge with upstream master
|
2013-04-15 18:34:40 -07:00 |
|
Stephen Birarda
|
c6f8cc50a9
|
Merge remote-tracking branch 'upstream/master'
|
2013-04-15 18:34:18 -07:00 |
|
Stephen Birarda
|
a5a93443c6
|
re-work AvatarData to handle body position and rotation
|
2013-04-15 18:05:22 -07:00 |
|
Jeffrey Ventrella
|
1e388347dc
|
yargh
|
2013-04-15 18:03:34 -07:00 |
|
Jeffrey Ventrella
|
fc8c0498cf
|
adjusted avatar height and camera up to compensate - improves navigation
|
2013-04-15 16:16:05 -07:00 |
|
Stephen Birarda
|
a4011934c6
|
move Orientation class to avatars library, constants to SharedUtil
|
2013-04-15 15:39:23 -07:00 |
|
Jeffrey Ventrella
|
99c2480642
|
small tweaks to get ready for bigger tweaks in avatar bone logic
|
2013-04-15 15:29:49 -07:00 |
|
Jeffrey Ventrella
|
427253b8b0
|
cleaned up formatting in Head
|
2013-04-15 15:05:30 -07:00 |
|
Jeffrey Ventrella
|
e97383be2e
|
updated many aspects of the avatar hand motion as determined by mouse motion and mouse click
|
2013-04-15 14:58:32 -07:00 |
|
Jeffrey Ventrella
|
574ab04e09
|
Merge remote-tracking branch 'origin/master'
|
2013-04-15 12:06:48 -07:00 |
|
Philip Rosedale
|
d5d746ff9e
|
Merge branch 'master' of https://github.com/worklist/hifi
|
2013-04-12 21:01:15 -07:00 |
|
Philip Rosedale
|
1d69acef56
|
Removed hand class files, relocated transmitter receiver function to Head.h
|
2013-04-12 21:01:01 -07:00 |
|
Jeffrey Ventrella
|
ca05823010
|
added some smoothness to the camera
|
2013-04-12 18:06:11 -07:00 |
|
ZappoMan
|
5a8c5ff011
|
coding standards clean up
|
2013-04-12 16:55:57 -07:00 |
|
Jeffrey Ventrella
|
6ddebd523c
|
cleaned up Orientation calls to right, up, front
|
2013-04-12 16:52:31 -07:00 |
|
ZappoMan
|
5504d87212
|
Merge and Cleanup
-Cleanup glmUtils(as in, get rid of it)
-Merge branch 'master' of https://github.com/worklist/hifi into view_frustum_work
|
2013-04-12 16:32:46 -07:00 |
|
Jeffrey Ventrella
|
84ca2dcb32
|
added get avatar bone
|
2013-04-12 16:12:31 -07:00 |
|
ZappoMan
|
25f1f1ae3f
|
include glmUtils.h so that we get vec3 opertator*
|
2013-04-12 15:08:57 -07:00 |
|
Jeffrey Ventrella
|
265fcc6095
|
a few small fixes on the avatar springs
|
2013-04-12 15:00:48 -07:00 |
|
Jeffrey Ventrella
|
948ca6279c
|
improved avatar handshake forces
|
2013-04-11 17:39:18 -07:00 |
|
Jeffrey Ventrella
|
1dc390bf3a
|
working on avatar local ori motions
|
2013-04-11 16:51:08 -07:00 |
|
Jeffrey Ventrella
|
556f11a0c0
|
added test 'other' avatar for proxemixs testing
|
2013-04-11 15:32:35 -07:00 |
|
Jeffrey Ventrella
|
6f0881f40d
|
reversed left-right strafe
|
2013-04-11 13:06:47 -07:00 |
|
Jeffrey Ventrella
|
dbbe7500ac
|
removed negative z hack in avatar. Avatar getting less hacky
|
2013-04-10 21:52:18 -07:00 |
|
Jeffrey Ventrella
|
6b4486c8c9
|
removed Vector3D class and fixed bug in avatar springs
|
2013-04-10 21:34:54 -07:00 |
|
Jeffrey Ventrella
|
f294cc8782
|
working on avatar orientation issues
|
2013-04-10 21:12:15 -07:00 |
|
Jeffrey Ventrella
|
020c21d1d6
|
removed Vector3D class and fixed bug in avatar springs
|
2013-04-10 16:52:48 -07:00 |
|
Jeffrey Ventrella
|
3871c220b2
|
improved hand movement - now transformed to av rotation
|
2013-04-10 15:27:04 -07:00 |
|
Jeffrey Ventrella
|
a523a24c23
|
fixed hand motion stuff
|
2013-04-10 15:00:28 -07:00 |
|
Jeffrey Ventrella
|
797cec4513
|
hello!
Merge branch 'master' of https://github.com/worklist/hifi
|
2013-04-10 14:29:14 -07:00 |
|
Jeffrey Ventrella
|
7b4d0b5598
|
removed bone spam
|
2013-04-10 14:29:08 -07:00 |
|
ZappoMan
|
4b7b5437ac
|
some cleanup of view frustum debugging code
|
2013-04-10 13:26:21 -07:00 |
|
Jeffrey Ventrella
|
228f76c789
|
Thingy!
Merge branch 'master' of https://github.com/worklist/hifi
|
2013-04-10 12:54:57 -07:00 |
|
Jeffrey Ventrella
|
be5044c560
|
flipped y direction of up-down avatar navigation
|
2013-04-10 12:54:52 -07:00 |
|
Philip Rosedale
|
d57a4428d9
|
deleted unused stuff that caused conflict with myAvatar change
|
2013-04-10 12:47:40 -07:00 |
|
Jeffrey Ventrella
|
089271f615
|
whatever you say, git.
Merge branch 'master' of https://github.com/worklist/hifi
|
2013-04-10 12:13:03 -07:00 |
|
Jeffrey Ventrella
|
ab8140e0ef
|
fixed a bug in avatar head lookat direction
|
2013-04-10 12:12:57 -07:00 |
|
vincent
|
1e2e505301
|
Another merge and fix ...
|
2013-04-10 20:41:46 +02:00 |
|
Jeffrey Ventrella
|
8f969f9ca9
|
adding ground plane grid (again???)
|
2013-04-10 01:03:35 -07:00 |
|
Jeffrey Ventrella
|
81b311f753
|
added a method to ask the avatar for it's head lookat vector
|
2013-04-09 18:41:01 -07:00 |
|
Jeffrey Ventrella
|
3dae70e665
|
removed glm::dvec3 and replaced with glm::vec3 in most of avatar code, except for velocity
|
2013-04-09 15:23:59 -07:00 |
|
Jeffrey Ventrella
|
09af8d153f
|
added camera modes and also set initial avatar yaw to 90
|
2013-04-09 15:05:37 -07:00 |
|
Jeffrey Ventrella
|
7d42b93489
|
condensed avatar bone line code
|
2013-04-09 14:45:19 -07:00 |
|
Jeffrey Ventrella
|
ff53b1573c
|
fixed bug in avatar arm IK prototype
|
2013-04-09 14:35:29 -07:00 |
|
Jeffrey Ventrella
|
e90dd52da4
|
resolve merge conflicts with origin/master
|
2013-04-09 13:30:26 -07:00 |
|
Jeffrey Ventrella
|
87c26a39fb
|
adding more changes and small improvements to camera, and head...
|
2013-04-09 12:54:59 -07:00 |
|
vincent
|
56aac7077c
|
changes after merge
|
2013-04-09 19:12:49 +02:00 |
|
Philip Rosedale
|
60dc43041f
|
added rendering lines between avatar bones
|
2013-04-08 22:42:45 -07:00 |
|
Philip Rosedale
|
87fd0f7a91
|
Fixed avatar lighting, head scaling, removed some extra log messages
|
2013-04-08 21:13:20 -07:00 |
|
Jeffrey Ventrella
|
e6a4647852
|
added a fix for other av rotation
|
2013-04-08 18:56:31 -07:00 |
|
Jeffrey Ventrella
|
cd1533dc7c
|
Lots of small changes in the head (evolving into "avatar") to include skeleton. Also, added camera behaviors for navigation
|
2013-04-08 18:46:00 -07:00 |
|
Jeffrey Ventrella
|
a0f09b597a
|
got a basic avatar skeleton with a simpler starter user interaction for moving the right hand
|
2013-04-05 16:19:23 -07:00 |
|
Jeffrey Ventrella
|
d3f6c19e83
|
adding Camera and some utility classes and start of prototype avatar
|
2013-04-04 18:04:32 -07:00 |
|
vincent
|
622053b38c
|
#19197 Create basic visual studio
|
2013-03-29 20:20:52 +01:00 |
|
Stephen Birarda
|
a41b003582
|
perform proper verification for creation of new sphere
|
2013-03-28 11:47:23 -07:00 |
|
Stephen Birarda
|
084b77be50
|
NULL sphere pointer on Head copy
|
2013-03-28 11:37:49 -07:00 |
|
Stephen Birarda
|
d2a8da890f
|
don't make the eye sphere a global object
|
2013-03-28 11:36:41 -07:00 |
|
Philip Rosedale
|
0b044d01d5
|
always be making random left/right/mouth eye contact
|
2013-03-27 16:00:40 -07:00 |
|
Philip Rosedale
|
c0cb88e21b
|
Added keyboard controls for smooth rotation, more junk removed from main.cpp
|
2013-03-27 15:54:54 -07:00 |
|
Philip Rosedale
|
642b64dfd6
|
First commit to improve avatar movement
|
2013-03-26 17:32:54 -07:00 |
|
Philip Rosedale
|
e0ee6c269a
|
Added thrust and velocity to avatar head, first part of movement improvements
|
2013-03-26 11:53:57 -07:00 |
|
Stephen Birarda
|
95926cb7fc
|
conditional chdir for OS X resources, revert windows Head changes
|
2013-03-21 17:02:41 -07:00 |
|
Stephen Birarda
|
e2a28b48db
|
revert Head.cpp to earlier commit to confirm source of direction changes
|
2013-03-21 16:51:45 -07:00 |
|
Kees van Prooijen
|
d70da7f215
|
some more warning removal, temporarily excluding portaudio for windows
|
2013-03-19 11:49:36 -07:00 |
|
Stephen Birarda
|
d51f52c307
|
add back fred's flange, with some tuning
|
2013-03-12 13:59:19 -07:00 |
|
Stephen Birarda
|
0739d39568
|
add missing copy constructors for Head and Hand
|
2013-03-12 10:42:41 -07:00 |
|
stojce
|
8e6c98661b
|
merge conflicts
|
2013-03-12 18:12:58 +01:00 |
|