stojce
|
a362fdc2ed
|
name the current domain server
|
2013-09-10 21:51:50 +02:00 |
|
ZappoMan
|
befbc1b93a
|
Merge pull request #916 from LionTurtle/master
Nudge
|
2013-09-10 11:16:12 -07:00 |
|
LionTurtle
|
3b464094d9
|
Remove magic numbers, fix spacing, and other code clean up in nudge code.
|
2013-09-10 11:09:50 -07:00 |
|
Philip Rosedale
|
4245f33c3c
|
Merge pull request #915 from ey6es/master
Subtract the long term average from the eye gaze directions. Best solution I've found so far for aligning the gaze.
|
2013-09-10 09:36:04 -07:00 |
|
LionTurtle
|
f41533fee6
|
Add nudgeVoxel shading in grid. Fix erase bug.
|
2013-09-09 18:23:37 -07:00 |
|
LionTurtle
|
b0803c1267
|
Merge remote-tracking branch 'upstream/master'
|
2013-09-09 16:54:34 -07:00 |
|
LionTurtle
|
ac878c9c63
|
UI for nudge completed!
|
2013-09-09 16:53:31 -07:00 |
|
Stephen Birarda
|
613334074f
|
leverage qDebug and custom message handler for verbose logging
|
2013-09-09 15:11:11 -07:00 |
|
Andrzej Kapolka
|
f8aee88a5b
|
Let's try subtracting the long-term average from the eye directions.
|
2013-09-09 14:30:26 -07:00 |
|
Andrzej Kapolka
|
ddf92b39c7
|
Fix for off-axis ambient occlusion.
|
2013-09-08 17:52:35 -07:00 |
|
Andrzej Kapolka
|
699007691b
|
Simplification.
|
2013-09-06 17:50:16 -07:00 |
|
Andrzej Kapolka
|
1a767f3e08
|
Bump up the offset scale for Faceshift.
|
2013-09-06 16:52:32 -07:00 |
|
Andrzej Kapolka
|
38dd176506
|
Fix for off-by-one-frame error.
|
2013-09-06 16:43:22 -07:00 |
|
Andrzej Kapolka
|
f475163072
|
I believe this should fix the offset in mirror mode.
|
2013-09-06 16:20:13 -07:00 |
|
Andrzej Kapolka
|
26411a42b1
|
More focal length bits.
|
2013-09-06 15:07:15 -07:00 |
|
LionTurtle
|
d965789812
|
Switching nudge to cut/paste implementation. Preliminary.
|
2013-09-06 11:40:35 -07:00 |
|
Andrzej Kapolka
|
f8a74acb02
|
Special frustum handling for mirrored mode.
|
2013-09-06 10:19:17 -07:00 |
|
LionTurtle
|
59943dc2e8
|
Merge branch 'nudge'
Conflicts:
interface/src/Menu.cpp
libraries/voxels/src/VoxelTree.h
|
2013-09-05 17:58:39 -07:00 |
|
LionTurtle
|
868ef8bec6
|
Add VoxelNudgeMode and preliminary UI grid for nudging.
|
2013-09-05 17:42:25 -07:00 |
|
Andrzej Kapolka
|
32af1de3ac
|
For clarity, break the projection matrix update out of resizeGL.
|
2013-09-05 12:34:25 -07:00 |
|
Andrzej Kapolka
|
4961913fc4
|
Transmit the eye offset position along with the rest of the frustum
parameters.
|
2013-09-05 12:20:15 -07:00 |
|
Andrzej Kapolka
|
dd8a40decd
|
Need to call resizeGL in order to update the projection matrix.
|
2013-09-05 11:41:16 -07:00 |
|
LionTurtle
|
647bd5b704
|
Got rid of delete in nudge. Create is already destructive.
|
2013-09-05 11:30:23 -07:00 |
|
LionTurtle
|
6e37bc3644
|
Nudge code working for nudge that is greater than or equal to leaf size.
|
2013-09-05 11:06:12 -07:00 |
|
Andrzej Kapolka
|
79408560d9
|
Tweaking the off-axis positions.
|
2013-09-04 17:48:54 -07:00 |
|
Andrzej Kapolka
|
1532b5d91a
|
Apply eye offset position based on Faceshift/webcam.
|
2013-09-04 17:33:57 -07:00 |
|
Andrzej Kapolka
|
a60be83fc7
|
Merge branch 'master' of https://github.com/worklist/hifi into shifty
|
2013-09-04 16:12:34 -07:00 |
|
Andrzej Kapolka
|
54116cbc85
|
Testing audio shutdown before menu destruction.
|
2013-09-04 16:04:36 -07:00 |
|
Andrzej Kapolka
|
834b671f5a
|
Merge branch 'master' of https://github.com/worklist/hifi into shifty
|
2013-09-04 15:32:15 -07:00 |
|
atlante45
|
b8c18bee2d
|
merge
|
2013-09-04 15:31:12 -07:00 |
|
Andrzej Kapolka
|
0a9db6a5ee
|
Moved device-related files to "devices" folder.
|
2013-09-04 12:15:36 -07:00 |
|
Andrzej Kapolka
|
5e23c79192
|
Tweaked feature scales, send recalibrate request on reset.
|
2013-09-04 11:55:55 -07:00 |
|
Andrzej Kapolka
|
679926ce42
|
Working on brow/mouth mapping.
|
2013-09-04 11:40:53 -07:00 |
|
Andrzej Kapolka
|
2c2f2fad5a
|
Lookat adjustment.
|
2013-09-04 10:53:07 -07:00 |
|
Andrzej Kapolka
|
0d593c4a3f
|
When Faceshift is active, use its eye directions rather than the mouse ray.
|
2013-09-04 10:46:11 -07:00 |
|
atlante45
|
1781abe937
|
Added Menu instance deletion in Application destructor.
|
2013-09-04 10:40:42 -07:00 |
|
atlante45
|
a1e433e189
|
Updated Application destructor
|
2013-09-04 10:24:10 -07:00 |
|
atlante45
|
f21a2798ff
|
Fixed _sharedVoxelSystemTree deleted twice
|
2013-08-30 10:37:55 -07:00 |
|
LionTurtle
|
62b29d26d2
|
Nudge function added. Testing nudge.
|
2013-08-29 18:17:06 -07:00 |
|
atlante45
|
fc991bf1ac
|
Some code reformating
|
2013-08-29 18:11:16 -07:00 |
|
atlante45
|
1dc8d8dd0c
|
Added LOD to preview + Shared voxelSystem for reduced memory consumption
|
2013-08-29 17:59:36 -07:00 |
|
Stephen Birarda
|
818355dc1a
|
implementing @problem's proposed changes to menus
|
2013-08-23 15:18:06 -07:00 |
|
Andrzej Kapolka
|
3682e32eb1
|
Yes, these should be consts.
|
2013-08-22 17:40:55 -07:00 |
|
Andrzej Kapolka
|
2cff4b6b3a
|
"Laser pointer" for transmitter.
|
2013-08-22 17:09:23 -07:00 |
|
Andrzej Kapolka
|
6dbaedd921
|
Merge branch 'master' of https://github.com/worklist/hifi
Conflicts:
interface/src/Application.cpp
|
2013-08-21 15:46:14 -07:00 |
|
Andrzej Kapolka
|
d63bb3afaa
|
Fixed glow/ambient occlusion with Oculus.
|
2013-08-21 15:44:57 -07:00 |
|
ZappoMan
|
18dbfd5cc7
|
Merge pull request #877 from Atlante45/separate_import_with_preview
New paste behaviour
|
2013-08-21 13:44:17 -07:00 |
|
atlante45
|
bae0f7fa1b
|
New paste behaviour
|
2013-08-21 13:21:15 -07:00 |
|
ZappoMan
|
4bdaf7589f
|
Merge branch 'master' of https://github.com/worklist/hifi into animation_server_jurisdictions
|
2013-08-21 12:16:09 -07:00 |
|
atlante45
|
9003a7d40b
|
PR comments
|
2013-08-21 12:06:47 -07:00 |
|