LionTurtle
|
d965789812
|
Switching nudge to cut/paste implementation. Preliminary.
|
2013-09-06 11:40:35 -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 |
|
atlante45
|
867303e673
|
Code cleanup
|
2013-08-21 11:33:10 -07:00 |
|
atlante45
|
3eb5ace715
|
merge + few efficiency ameliorations to importDialog
|
2013-08-20 18:04:25 -07:00 |
|
ZappoMan
|
d5f94d0f05
|
Merge branch 'master' of https://github.com/worklist/hifi into animation_server_jurisdictions
|
2013-08-20 11:42:51 -07:00 |
|
Stephen Birarda
|
d0ab8317c4
|
Merge pull request #865 from ey6es/ssao
Basic screen space ambient occlusion effect. Defaults to off, because at the moment it slows things down substantially.
|
2013-08-20 10:37:01 -07:00 |
|
ZappoMan
|
5e7e6fc9d7
|
First cut at JurisdictionListener and PACKET_TYPE_VOXEL_JURISDICTION_REQUEST
|
2013-08-19 20:15:46 -07:00 |
|
Stephen Birarda
|
329253d8e4
|
move update checking later in init, add menu option
|
2013-08-19 17:17:26 -07:00 |
|
Stephen Birarda
|
65a63fb73e
|
move checkForUpdates to menu to have option in menu
|
2013-08-19 16:16:27 -07:00 |
|
atlante45
|
24531fdd10
|
Dialogbox for import fully functionnal
|
2013-08-19 15:54:51 -07:00 |
|
Andrzej Kapolka
|
dec4a4c422
|
Added toggle for ambient occlusion (defaults to off).
|
2013-08-19 11:45:43 -07:00 |
|
ZappoMan
|
2be85d439b
|
Merge branch 'master' of https://github.com/worklist/hifi into animation_server_jurisdictions
Conflicts:
interface/src/Application.cpp
interface/src/VoxelPacketProcessor.cpp
libraries/voxels/src/VoxelEditPacketSender.cpp
|
2013-08-19 11:13:38 -07:00 |
|
atlante45
|
b4157593c5
|
Merge branch 'master' of https://github.com/worklist/hifi into separate_import_with_preview
|
2013-08-19 10:54:35 -07:00 |
|
Andrzej Kapolka
|
c9f9be5d9a
|
Merge branch 'master' of https://github.com/worklist/hifi into ssao
|
2013-08-19 10:53:33 -07:00 |
|
Andrzej Kapolka
|
60b410cecd
|
We must set the window menu bar in order for it to show up on Linux/Windows.
|
2013-08-19 10:51:41 -07:00 |
|
Andrzej Kapolka
|
2c9a8dfebc
|
Merge branch 'master' of https://github.com/worklist/hifi into ssao
Conflicts:
interface/src/Application.h
|
2013-08-19 10:42:12 -07:00 |
|
atlante45
|
6b58e1bfec
|
merge
|
2013-08-16 20:24:18 -07:00 |
|
Stephen Birarda
|
98b144d675
|
Merge remote-tracking branch 'upstream/master' into menu
|
2013-08-16 15:59:09 -07:00 |
|