Andrzej Kapolka
|
0dbad7d0dd
|
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
|
2014-08-05 16:49:22 -07:00 |
|
Andrzej Kapolka
|
4696832ec6
|
Compute heightfield normals from adjacent values in vertex shader.
|
2014-08-05 15:13:50 -07:00 |
|
Brad Hefta-Gaub
|
b940d082f3
|
Merge pull request #3254 from wangyix/pull_mode_audio_output
Audio output switched to pull mode
|
2014-08-05 13:04:40 -07:00 |
|
wangyix
|
212316aed6
|
moved connect to Audio constructor
|
2014-08-05 12:14:10 -07:00 |
|
wangyix
|
84c517c073
|
tweaked starve behavior of InboundAudioStream
|
2014-08-05 11:57:34 -07:00 |
|
Andrzej Kapolka
|
c42fc15999
|
Use back face culling on the heightfields.
|
2014-08-05 11:13:15 -07:00 |
|
Andrzej Kapolka
|
964dc4e954
|
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
|
2014-08-05 11:03:00 -07:00 |
|
wangyix
|
77dad6fe65
|
change to fix Mac linker error
|
2014-08-05 11:00:27 -07:00 |
|
wangyix
|
779e7631a1
|
magic number 100 changed in Audio.cpp
|
2014-08-05 10:27:16 -07:00 |
|
wangyix
|
1eaf175a92
|
removed disable audio output overflow check menu option
|
2014-08-05 10:21:53 -07:00 |
|
wangyix
|
748c9e2065
|
numAudioSamples now calculated to be device samples instead of network samples
|
2014-08-05 10:13:34 -07:00 |
|
Philip Rosedale
|
4d0474483d
|
Merge pull request #3253 from AndrewMeadows/ragdoll
Ragdoll Part 8: improved contact points
|
2014-08-04 21:33:31 -07:00 |
|
Andrzej Kapolka
|
173e8af126
|
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
|
2014-08-04 18:31:08 -07:00 |
|
Brad Hefta-Gaub
|
d662c0f414
|
Merge pull request #3248 from Atlante45/dde_face_tracker
Dde face tracker
|
2014-08-04 18:27:15 -07:00 |
|
wangyix
|
332e75453e
|
Merge remote-tracking branch 'upstream/master' into pull_mode_audio_output
|
2014-08-04 17:58:31 -07:00 |
|
wangyix
|
2b8b15e32d
|
made audioscope easier to see
|
2014-08-04 17:56:14 -07:00 |
|
wangyix
|
c42af55f2f
|
Merge branch 'inbound_audio_stream' into pull_mode_audio_output
|
2014-08-04 17:41:03 -07:00 |
|
Andrew Meadows
|
39d3deee90
|
merge upstream/master into andrew/ragdoll
|
2014-08-04 17:37:28 -07:00 |
|
wangyix
|
ed3240fbad
|
minor change to _audioOutput->setBufferSize()
|
2014-08-04 17:31:14 -07:00 |
|
wangyix
|
4355ca8328
|
minor member rename
|
2014-08-04 17:24:18 -07:00 |
|
wangyix
|
3fe4c29848
|
removed heap alloc of receivedSamples; cleaned up code
|
2014-08-04 17:14:26 -07:00 |
|
Andrzej Kapolka
|
f8afdba922
|
Allow configurable block sizes, merging children with different resolutions.
|
2014-08-04 16:56:30 -07:00 |
|
wangyix
|
4d7d6f1e25
|
changed downstream re-sampling to occur right after parsing packet
|
2014-08-04 16:23:17 -07:00 |
|
Philip Rosedale
|
d552b7ca97
|
Merge pull request #3246 from wangyix/inbound_audio_stream
Improved SequenceNumberStats handling of out-of-sync seq nums
|
2014-08-04 14:30:45 -07:00 |
|
Andrzej Kapolka
|
b1d6977112
|
Added simple "erase heightfield" tool.
|
2014-08-04 12:58:01 -07:00 |
|
Atlante45
|
d1a1311979
|
Mode DDE tweaks
|
2014-08-04 12:44:23 -07:00 |
|
Atlante45
|
0a42968197
|
DDE tweaks
|
2014-08-04 12:40:12 -07:00 |
|
Atlante45
|
1a27b4b645
|
Merge branch 'master' of https://github.com/highfidelity/hifi into dde_face_tracker
|
2014-08-04 12:24:44 -07:00 |
|
Andrzej Kapolka
|
9ba091f0a1
|
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
|
2014-08-04 11:44:24 -07:00 |
|
Andrzej Kapolka
|
46d4172157
|
Filter terrain, points, spanners by frustum intersection.
|
2014-08-04 11:41:56 -07:00 |
|
Atlante45
|
1d2cf3536b
|
Coefficients tweaks
|
2014-08-04 11:20:18 -07:00 |
|
wangyix
|
d394c203b6
|
improved re-sync handling of SequenceNumberStats
removed "duplicate" category since it's not 100% accurate
|
2014-08-04 11:09:20 -07:00 |
|
Atlante45
|
c80cd0d71d
|
connected blendshapes
|
2014-08-04 11:04:14 -07:00 |
|
Atlante45
|
cac3983778
|
Added a few blendshapes
|
2014-08-04 11:03:58 -07:00 |
|
Atlante45
|
8d1438a44c
|
Plugged in dde face tracker
|
2014-08-04 10:28:52 -07:00 |
|
Atlante45
|
bbb52fc4aa
|
Added dde face tracker class
|
2014-08-04 10:28:29 -07:00 |
|
Atlante45
|
38741aed73
|
Fixed wrong header guard
|
2014-08-04 10:27:29 -07:00 |
|
Philip Rosedale
|
5a51950771
|
Merge pull request #3239 from lzuwei/add_cara_face_tracker
Reduce Jerks in head rotation when using Cara Face Tracker
|
2014-08-04 07:55:33 -07:00 |
|
Philip Rosedale
|
69558dc574
|
Merge pull request #3245 from wangyix/inbound_audio_stream
Improved SequenceNumberStats
|
2014-08-04 07:49:31 -07:00 |
|
Brad Hefta-Gaub
|
e9286e5700
|
Merge pull request #3238 from ctrlaltdavid/19824
Code Review for Job #19824
|
2014-08-01 16:35:16 -07:00 |
|
Brad Hefta-Gaub
|
211bed946f
|
Merge pull request #3232 from huffman/19783
Code Review for Job #19783
|
2014-08-01 16:34:50 -07:00 |
|
Andrew Meadows
|
374e89817b
|
minor optimization of MuscleConstraint::enforce()
|
2014-08-01 14:46:28 -07:00 |
|
Ryan Huffman
|
d01d605b40
|
Add ModelItemProperties::copyFromNewModelItem
|
2014-08-01 13:52:00 -07:00 |
|
Andrew Meadows
|
3305f5edf9
|
merge upstream/master into andrew/ragdoll
|
2014-08-01 11:13:18 -07:00 |
|
wangyix
|
cdcc6ece04
|
fixed compile errors caused by SequenceNumberStats changes
|
2014-08-01 10:34:19 -07:00 |
|
wangyix
|
e1f905cb36
|
fixed >100% loss rate bug in SequenceNumberStats
|
2014-08-01 10:27:51 -07:00 |
|
ZappoMan
|
fa5a2b9a4d
|
reset sent time gap stats on reset
|
2014-08-01 10:04:35 -07:00 |
|
ZappoMan
|
7e51ebea49
|
added some additional audio stats
|
2014-08-01 09:42:31 -07:00 |
|
Zu
|
4aa5fb2795
|
fix: comments, extra white spaces
|
2014-08-01 16:12:17 +08:00 |
|
Zu
|
779298b7dc
|
improve: reduce animation jerks in avatar head rotation
|
2014-08-01 14:12:43 +08:00 |
|