Mark Peng
|
9749e5edd6
|
Add const var to represent magic num in eyecontact code when gyros
are on.
|
2013-07-11 10:53:38 -07:00 |
|
Mark Peng
|
24d32bcdc8
|
Fix style mistakes according to code review for eyecontact code.
|
2013-07-11 10:40:57 -07:00 |
|
Mark Peng
|
083e0e9d06
|
Merge remote-tracking branch 'upstream/master'
|
2013-07-11 10:20:41 -07:00 |
|
Mark Peng
|
f145a1eac4
|
Add condition to updateAvatar() where if another avatar's head is at
the center of the screen, the lookAtPosition is set to the eye level
of that avatar.
|
2013-07-11 10:17:45 -07:00 |
|
Stephen Birarda
|
211204e878
|
Merge remote-tracking branch 'upstream/master' into timestamps
|
2013-07-11 09:23:16 -07:00 |
|
Philip Rosedale
|
cf665e10b3
|
Merge pull request #644 from ZappoMan/occlusion_culling
Latest Revision of Occlusion Culling & Delta Sending Work - now it's always better and never worse
|
2013-07-11 09:05:03 -07:00 |
|
Philip Rosedale
|
8ea2b46264
|
Merge pull request #641 from ZappoMan/bug_fixes
Two small bug fixes
|
2013-07-11 07:46:57 -07:00 |
|
ZappoMan
|
dc70675c22
|
removed obsolete ResIn mode
|
2013-07-10 19:04:28 -07:00 |
|
ZappoMan
|
3d3eca9afa
|
Merge branch 'master' of https://github.com/worklist/hifi into occlusion_culling
|
2013-07-10 17:45:04 -07:00 |
|
Andrzej Kapolka
|
d59b9ce955
|
Flip x when in mirror mode, rather than special-casing all the head rotations.
Also fixed sideways leaning (was correct in mirror mode, incorrect in world).
|
2013-07-10 17:31:21 -07:00 |
|
Mark Peng
|
3909217815
|
Remove unused #include for glm intersect in Application.cpp
|
2013-07-10 17:24:47 -07:00 |
|
ZappoMan
|
78611e30e7
|
make occlusion culling default
|
2013-07-10 17:21:40 -07:00 |
|
Mark Peng
|
c832662807
|
Remove random print statements from eyecontact code in Application.cpp
|
2013-07-10 17:20:46 -07:00 |
|
ZappoMan
|
a48f353f2f
|
whitespace cleaned up
|
2013-07-10 17:07:55 -07:00 |
|
ZappoMan
|
1831cc0de3
|
removed level param from recursion
|
2013-07-10 17:06:22 -07:00 |
|
Mark Peng
|
baf9edecc9
|
Merge remote-tracking branch 'upstream/master'
|
2013-07-10 16:51:53 -07:00 |
|
Andrzej Kapolka
|
100f7c19c3
|
Merge pull request #636 from PhilipRosedale/master
Touchlook tuned and always on!
|
2013-07-10 16:36:10 -07:00 |
|
ZappoMan
|
4afda27ee0
|
Merge branch 'master' of https://github.com/worklist/hifi into occlusion_culling
|
2013-07-10 16:28:51 -07:00 |
|
ZappoMan
|
78c62f29c3
|
lazy load stars file only if stars render enabled
|
2013-07-10 16:12:34 -07:00 |
|
ZappoMan
|
d8f368a50c
|
lazy load stars file only if stars render enabled
|
2013-07-10 16:06:23 -07:00 |
|
Mark Peng
|
62570f0804
|
Merge remote-tracking branch 'upstream/master'
|
2013-07-10 16:01:28 -07:00 |
|
Mark Peng
|
0b334f9e5d
|
Make lookAtVectors lock on other avatar's eyes if the mouse is over
the other avatar's head.
Add rayIntersectsSphere function to Util. glm::intersectRaySphere was buggy.
|
2013-07-10 15:56:23 -07:00 |
|
ZappoMan
|
09f77279e2
|
add shortcut key to enable wants occlusion culling
|
2013-07-10 13:42:43 -07:00 |
|
Atlante45
|
7d94f65448
|
Linked ZLIB to voxels library
|
2013-07-10 13:00:16 -07:00 |
|
Philip Rosedale
|
dae79d8a55
|
Merge branch 'master' of https://github.com/worklist/hifi
|
2013-07-10 12:20:45 -07:00 |
|
Philip Rosedale
|
2e854b5ed7
|
Tune and smooth 'Touch Look' and always turned on, old mouseLook code removed. Add vec3 speed test. Smooth simulation by passing exact deltaTime to update()
|
2013-07-10 12:20:26 -07:00 |
|
Mark Peng
|
4b6e7f1079
|
Merge remote-tracking branch 'upstream/master' into eyecontact
|
2013-07-10 11:57:08 -07:00 |
|
Mark Peng
|
e4e7966075
|
Add print statements to debug eyecontact code in Application.cpp.
|
2013-07-10 11:56:16 -07:00 |
|
Stephen Birarda
|
ca8f25955a
|
switch usec timestamps to uint64_t
|
2013-07-10 11:46:48 -07:00 |
|
ZappoMan
|
a9b1aa727f
|
added back stars file loading
|
2013-07-10 11:11:21 -07:00 |
|
Mark Peng
|
61ad33d9d0
|
Merge remote-tracking branch 'upstream/master' into eyecontact
|
2013-07-09 16:29:56 -07:00 |
|
Mark Peng
|
2a25c97446
|
Change LookAtPosition of Head to the eye level of another avatar,
if looking at another avatar in Application.cpp.
Add eyePosition to Head class and bool isLookingAtOther.. in Application.cpp.
|
2013-07-09 16:22:41 -07:00 |
|
ZappoMan
|
44357fcfb9
|
add 'level' param to tree recursion
|
2013-07-09 13:17:21 -07:00 |
|
atlante45
|
2e036a0e46
|
Merge branch 'master' of git://github.com/worklist/hifi into 19373
|
2013-07-09 17:56:18 +02:00 |
|
atlante45
|
dbdbd7a8c4
|
Incorporating comments for code review (minecraft import)
|
2013-07-09 17:55:55 +02:00 |
|
atlante45
|
3433cf5a98
|
Merge branch 'master' of git://github.com/worklist/hifi into 19373
|
2013-07-09 16:34:12 +02:00 |
|
atlante45
|
2c438e8af3
|
Fixed broken shortcut (Turn on/off voxels is now Shift + V)
|
2013-07-09 16:20:55 +02:00 |
|
atlante45
|
b3c0f3fedb
|
More code review for UI job
|
2013-07-09 15:29:12 +02:00 |
|
atlante45
|
c3b0be5c63
|
More consts for UI job
|
2013-07-09 14:49:01 +02:00 |
|
atlante45
|
3c4f8f5120
|
put hard coded numbers into variables for UI job
|
2013-07-09 14:17:42 +02:00 |
|
atlante45
|
5d4d0ba43e
|
Merge branch 'master' of git://github.com/worklist/hifi into 19373
|
2013-07-09 12:56:27 +02:00 |
|
atlante45
|
5703a60797
|
Merge branch 'master' of git://github.com/worklist/hifi into 19368
|
2013-07-09 10:25:58 +02:00 |
|
atlante45
|
d38c1f081c
|
Modified code according to review for UI job
|
2013-07-09 10:25:46 +02:00 |
|
Philip Rosedale
|
e9f8e50d49
|
Merge pull request #623 from machinelevel/dev4
Added safety checks to processEvents(), which was causing problems. Also...
|
2013-07-08 17:04:06 -07:00 |
|
Philip Rosedale
|
4936676cc1
|
Merge pull request #627 from ey6es/kinected
Basic depth camera support (only built in when OpenNI is available).
|
2013-07-08 16:57:10 -07:00 |
|
Eric Johnston
|
c298f78ae9
|
Fixed multi-touch event loop problems by selectively processing just the touch events.
|
2013-07-08 16:31:28 -07:00 |
|
Eric Johnston
|
7de2281226
|
Merge branch 'master' of https://github.com/worklist/hifi into dev4
|
2013-07-08 16:29:51 -07:00 |
|
Stephen Birarda
|
c2ad02def2
|
Merge pull request #625 from PhilipRosedale/master
Tuned smooth gyro look to feel better
|
2013-07-08 15:55:52 -07:00 |
|
Eric Johnston
|
14374fb0df
|
Merge branch 'master' of https://github.com/worklist/hifi into dev4
|
2013-07-08 15:31:11 -07:00 |
|
Andrzej Kapolka
|
5f3a37139f
|
Merge branch 'master' of https://github.com/worklist/hifi into kinected
|
2013-07-08 14:04:42 -07:00 |
|