David Rowe
|
3f38a835d8
|
Fix look-at vectors not rendering if not looking at me
|
2015-07-03 13:49:10 -07:00 |
|
David Rowe
|
3a92878544
|
Reinstate making someone looking at me look at my camera instead of face
|
2015-07-02 13:47:52 -07:00 |
|
David Rowe
|
c20cd40275
|
Merge branch 'master' into 20601
Conflicts:
interface/src/avatar/Head.cpp
|
2015-07-02 09:51:47 -07:00 |
|
David Rowe
|
925fd71262
|
Fix rendering of look-at vectors
|
2015-07-01 22:45:47 -07:00 |
|
David Rowe
|
fada70fe02
|
Remove redundant code
|
2015-07-01 18:32:33 -07:00 |
|
David Rowe
|
bc4c635106
|
Fix gazing at avatar (when no head tracking or HMD)
Randomly look at avatar's left and right eyes if the face is visible.
Otherwise just look at their head.
|
2015-07-01 18:31:16 -07:00 |
|
David Rowe
|
d38a5a1771
|
Back out saccade speed limit
|
2015-06-25 07:38:06 -07:00 |
|
Philip Rosedale
|
293a88b3d4
|
Merge pull request #5158 from ctrlaltdavid/20545
DO NOT MERGE - QA for #20545 - Eye saccades are too jittery and too fast
|
2015-06-22 10:31:10 -07:00 |
|
David Rowe
|
c88ba2c6d1
|
Increase the saccade interval
|
2015-06-18 10:41:51 -07:00 |
|
David Rowe
|
0c7c5f6301
|
Limit the speed of eye saccades
|
2015-06-18 10:21:36 -07:00 |
|
Seth Alves
|
508ae276c6
|
enable -Wdouble-promotion
|
2015-06-16 18:23:10 -07:00 |
|
ZappoMan
|
1dca379e1a
|
dead code removal machine
|
2015-06-08 15:06:44 -07:00 |
|
ZappoMan
|
2a2be789e4
|
remove direct call to head/face render since it's a payload item
|
2015-06-02 22:21:17 -07:00 |
|
ZappoMan
|
5459b8402c
|
Merge branch 'master' of https://github.com/highfidelity/hifi into team-teaching
|
2015-06-02 11:25:23 -07:00 |
|
Ryan Huffman
|
3f22b5f8b3
|
Add RenderArgs to more render methods
|
2015-05-22 15:25:53 -07:00 |
|
David Rowe
|
c530c530ef
|
Make eyelids follow iris as head tilts - for DDE and no face tracking
|
2015-05-22 09:24:41 -07:00 |
|
Bradley Austin Davis
|
fc73676b4d
|
Merge branch 'master' into plugins_pt1
|
2015-05-06 11:43:25 -07:00 |
|
Brad Davis
|
302aa9db47
|
Removing access to the gl widget and display managers
|
2015-05-02 00:49:52 -07:00 |
|
David Rowe
|
d053379831
|
Add "Mute Face Tracking" menu item
|
2015-04-30 23:14:21 -07:00 |
|
David Rowe
|
d6eb04c3b0
|
Fix audio-driven mouth viewed by others
|
2015-04-27 21:43:57 -07:00 |
|
David Rowe
|
1af17fa9e7
|
Use voice to control DDE mouth
Add voice blend coefficient values to DDE values.
|
2015-04-20 16:14:36 -07:00 |
|
Sam Gateau
|
f92efa13c8
|
fix typo
|
2015-02-27 17:35:08 -08:00 |
|
Sam Gateau
|
5ab3cbb7ec
|
Fixed the 2 remianing issues before PR, the shadow program needed to have the binding assigned and the Head of the avatar isn't getting it's BBox evaluated
|
2015-02-27 17:11:16 -08:00 |
|
Sam Gateau
|
ea88cbd75f
|
Merge with upstream master
|
2015-02-27 13:19:50 -08:00 |
|
Sam Gateau
|
d8ebb0c5b9
|
Merge branch 'master' of https://github.com/highfidelity/hifi into temp0
|
2015-02-26 14:19:23 -08:00 |
|
Atlante45
|
682b3f5e61
|
Remove unused angular velocity
|
2015-02-26 19:18:52 +01:00 |
|
Sam Gateau
|
90bff36fd3
|
trying to ge the shadow to render correctly
|
2015-02-22 18:48:48 -08:00 |
|
David Rowe
|
d704af21ac
|
Generalize "faceshift" data handling to "facetracker"
DDE face tracking data is now broadcast to other avatars.
|
2015-02-18 12:41:54 -08:00 |
|
ZappoMan
|
db94949649
|
Merge branch 'master' of https://github.com/highfidelity/hifi into gpuStreamizing
Conflicts:
interface/src/avatar/SkeletonModel.cpp
|
2015-01-14 17:55:03 -08:00 |
|
ZappoMan
|
1b0a5c881b
|
Merge branch 'master' of https://github.com/highfidelity/hifi into gpuStreamizing
|
2015-01-13 16:14:29 -08:00 |
|
Atlante45
|
2a82ff9768
|
Merge branch 'master' of https://github.com/highfidelity/hifi into applications_diet_cpp11
Conflicts:
assignment-client/src/voxels/VoxelServer.cpp
interface/src/Application.cpp
interface/src/Audio.cpp
interface/src/DatagramProcessor.cpp
interface/src/Menu.cpp
interface/src/Util.cpp
interface/src/avatar/MyAvatar.cpp
interface/src/ui/ApplicationOverlay.cpp
interface/src/ui/PreferencesDialog.cpp
libraries/networking/src/NodeList.cpp
libraries/shared/src/DependencyManager.h
|
2015-01-13 11:03:14 -08:00 |
|
Atlante45
|
05d2887c94
|
Move Torso twist to HeadData with Lean
|
2015-01-09 11:15:01 -08:00 |
|
ZappoMan
|
a03c2b79fa
|
first cut at adding colors to GeometryCache and supporting batch internally
|
2015-01-08 15:52:33 -08:00 |
|
ZappoMan
|
8b22b166ac
|
convert lookat vectors and laser pointers to use renderLine()
|
2015-01-05 16:06:35 -08:00 |
|
Philip Rosedale
|
104f7b7576
|
make formula more readable
|
2014-12-30 20:34:12 -08:00 |
|
Philip Rosedale
|
dc9937e11a
|
only twist own body, remove unused head functions
|
2014-12-30 17:02:53 -08:00 |
|
Philip Rosedale
|
f4f43d6b38
|
added twisting of torso to follow head, fixed bug with body rotation not factored out of head rotation, removed credits from title bar
|
2014-12-30 15:11:32 -08:00 |
|
Atlante45
|
296c0025de
|
Switched to auto and changed macro
|
2014-12-18 15:42:38 -08:00 |
|
Atlante45
|
11a2ecab56
|
Merge branch 'master' of https://github.com/highfidelity/hifi into applications_diet
Conflicts:
interface/src/Application.cpp
interface/src/Application.h
interface/src/Menu.cpp
interface/src/entities/EntityTreeRenderer.h
interface/src/ui/ApplicationOverlay.cpp
libraries/render-utils/src/GlowEffect.cpp
libraries/render-utils/src/Model.cpp
|
2014-12-16 15:02:37 -08:00 |
|
Atlante45
|
4d1529f77b
|
typedefs
|
2014-12-16 14:02:22 -08:00 |
|
ZappoMan
|
41c135c4e5
|
move GlowEffect to libraries
|
2014-12-15 19:19:21 -08:00 |
|
ZappoMan
|
e53833b306
|
make GlowEffect support DependencyManager
|
2014-12-15 17:29:48 -08:00 |
|
Atlante45
|
e5e2eb4e8a
|
Moved GLCanvas in DM and DM to QSharedPointers
|
2014-12-15 16:20:52 -08:00 |
|
Atlante45
|
738f23f326
|
Moved visage and dde over to DependencyManager
|
2014-12-14 22:30:13 -08:00 |
|
Atlante45
|
65094f2165
|
Update headers
|
2014-12-14 21:47:08 -08:00 |
|
Atlante45
|
1d9e53e227
|
Switched avatar to DependencyManager for Faceshift
|
2014-12-14 16:28:28 -08:00 |
|
ZappoMan
|
ee46c781c4
|
expand comment
|
2014-11-26 08:40:11 -08:00 |
|
ZappoMan
|
f111fb2c4b
|
added a comment to clarify why getCameraOrientation has an oculus special case
|
2014-11-25 20:36:39 -08:00 |
|
Atlante45
|
4d5451fafe
|
Merge branch 'master' of https://github.com/highfidelity/hifi into death_to_dot_f
Conflicts:
interface/src/avatar/Avatar.cpp
interface/src/avatar/SkeletonModel.cpp
|
2014-11-19 17:28:24 -08:00 |
|
Atlante45
|
ae3bcc8f06
|
No more .f
|
2014-11-19 16:53:39 -08:00 |
|