Commit graph

6261 commits

Author SHA1 Message Date
Philip Rosedale
2db8985c63 Merge pull request #976 from ey6es/blendface
Include other meshes (eyes, teeth) from the FBX files.
2013-09-25 10:59:27 -07:00
Andrzej Kapolka
71ec6f75e5 Move the eyeball meshes according to the lookat direction (not really visible
yet since the eyeballs have no textures).
2013-09-24 18:57:37 -07:00
Andrzej Kapolka
452eb9be47 Extract the pivot points from the limb nodes, make sure we extract the vector
elements in the right order.
2013-09-24 16:50:38 -07:00
Andrzej Kapolka
b44e962ac7 Merge branch 'master' of https://github.com/worklist/hifi into blendface 2013-09-24 14:30:57 -07:00
Andrzej Kapolka
4666c736d8 Remove unused variable. 2013-09-24 14:24:57 -07:00
Andrzej Kapolka
1b9444cb39 As a temporary hack, render the mesh with the most blendshapes with the head
color (other meshes white).
2013-09-24 14:22:01 -07:00
Andrzej Kapolka
fd41a075ed Added support for multiple blended meshes. 2013-09-24 13:53:19 -07:00
Andrzej Kapolka
ad69a9547f Remove the pose bits, at least for now. 2013-09-24 11:12:59 -07:00
ZappoMan
cde5ffbbf9 Merge pull request #975 from PhilipRosedale/master
Increase thrust while holding keys down to allow very fast speeds
2013-09-24 07:30:36 -07:00
Freddy
6bbe34a8c4 missing space 2013-09-23 23:06:32 -07:00
Freddy
36104d0b06 remove unused older voxel grab thrust 2013-09-23 23:04:27 -07:00
Freddy
027811e37c Increase thrust while holding keys down to allow very fast speeds 2013-09-23 22:53:35 -07:00
Andrzej Kapolka
aa6eb7b3d8 Render the "other" meshes as separate, static, white. 2013-09-23 16:34:28 -07:00
Andrzej Kapolka
9034eb1e72 Experimenting with the simplest method of including the other meshes. 2013-09-23 14:37:48 -07:00
Philip Rosedale
297652a83b Merge pull request #974 from ey6es/blendface
Render blended faces as solid and remove the "Use Faceshift Rig" option (which isn't visible to others).
2013-09-23 13:25:52 -07:00
Andrzej Kapolka
255e5179ae Let's actually use the variable we initialized. 2013-09-23 13:02:00 -07:00
Andrzej Kapolka
7bedcd3d5a Merge branch 'master' of https://github.com/worklist/hifi into blendface 2013-09-23 12:43:39 -07:00
Andrzej Kapolka
1a55c64299 Scale the normal contributions down. For some reason, their magnitudes are
higher than one would expect.
2013-09-23 12:42:58 -07:00
Andrzej Kapolka
807f6aaf14 Temporarily render the normals for debugging. 2013-09-23 12:20:19 -07:00
Andrzej Kapolka
c7bb523fc5 Apply the skin color to the blend face. 2013-09-23 12:15:02 -07:00
Andrzej Kapolka
1893fdba29 Revert "Trying a different method of updating the normals."
This reverts commit 8e2be380f6.
2013-09-23 11:47:59 -07:00
Philip Rosedale
319c6a6dab Merge pull request #970 from problem/master
Changes to README to make it as clear & easy as possible
2013-09-23 11:30:30 -07:00
Andrzej Kapolka
8e2be380f6 Trying a different method of updating the normals. 2013-09-23 11:17:12 -07:00
ZappoMan
ab098978b6 Merge pull request #973 from birarda/assignment
changes to assignment to allow for a voxelized game of life
2013-09-23 11:02:04 -07:00
Andrzej Kapolka
0fa2eca02d Remove option to use Faceshift rig (using the "macaw" model has much the same
result, and it lets other people see it).
2013-09-23 10:43:20 -07:00
Andrzej Kapolka
8c963ed6a7 Blend the normals, too. 2013-09-23 10:30:03 -07:00
Stephen Birarda
daa5493973 Merge branch 'master' of github.com:worklist/hifi into assignment 2013-09-23 09:57:22 -07:00
Stephen Birarda
313410ae0d updates to Agent class needed for game of life 2013-09-23 09:57:05 -07:00
Stephen Birarda
77193dd707 change the placeholder javascript to be 32x32 game of life 2013-09-23 09:56:07 -07:00
Stephen Birarda
dd4215d0fd add a destructive voxel add command to VoxelScriptingInterface 2013-09-23 09:55:31 -07:00
Philip Rosedale
8bf9c37457 Merge pull request #972 from ey6es/blendface
Cache face models, don't render neck/neck base when face model is displayed.
2013-09-20 18:02:20 -07:00
Andrzej Kapolka
0daee703d6 Merge branch 'master' of https://github.com/worklist/hifi into blendface 2013-09-20 17:57:18 -07:00
Andrzej Kapolka
24bf1e2036 Don't render neck/neck base when blend face is active. 2013-09-20 17:55:31 -07:00
Andrzej Kapolka
133ba3a00a Set normals based on indices, cache face models. 2013-09-20 17:40:15 -07:00
Stephen Birarda
e774419f8d Merge branch 'master' of github.com:worklist/hifi into assignment 2013-09-20 17:39:03 -07:00
Philip Rosedale
8fa4a60d31 Merge pull request #971 from ey6es/blendface
Fix to allow models other than the pug.
2013-09-20 17:03:58 -07:00
Andrzej Kapolka
ddb0d916ae Merge branch 'master' of https://github.com/worklist/hifi into blendface 2013-09-20 16:50:38 -07:00
Andrzej Kapolka
9c2d851650 Fixed bug in decoding: newer versions of Qt streaming use whatever precision
the stream is set at for both floats and doubles.
2013-09-20 16:38:44 -07:00
ZappoMan
ceaa3722be Merge pull request #969 from birarda/master
remove the sphere from the ground plane
2013-09-20 15:56:51 -07:00
Grayson Stebbins
eb0a87cdc1 Made the domain server portion at the end more concise 2013-09-20 15:54:43 -07:00
Grayson Stebbins
52425365cc Several changes to language to make it more clear 2013-09-20 15:49:26 -07:00
Andrzej Kapolka
e54a828b17 Merge branch 'master' of https://github.com/worklist/hifi into blendface 2013-09-20 15:29:11 -07:00
Andrzej Kapolka
120f8f729c Find the mesh that corresponds to the blendshapes. 2013-09-20 15:28:08 -07:00
Stephen Birarda
3d1c77d047 expose the TREE_SCALE to JS 2013-09-20 14:47:36 -07:00
Stephen Birarda
6533d7fcde add method to packet sender to flush queue without sleep 2013-09-20 14:40:09 -07:00
Stephen Birarda
04c4dabd3d unblock socket receive in Agent, add destructive voxel add to VS scripting 2013-09-20 14:35:25 -07:00
Stephen Birarda
f8f0e3db1b remove the sphere from the ground plane 2013-09-20 14:04:18 -07:00
Andrzej Kapolka
137ebc67d5 Merge pull request #968 from ey6es/blendface
Another slight face fix: clear the face when set, before loading the new...
2013-09-20 13:47:34 -07:00
Andrzej Kapolka
fe0d93102e Another slight face fix: clear the face when set, before loading the new one. 2013-09-20 13:46:29 -07:00
Andrzej Kapolka
873b56e39f Merge pull request #967 from ey6es/blendface
Fix for face model sending.
2013-09-20 13:29:57 -07:00