overte/libraries
Anthony J. Thibault 21c1e32490 Bug fix for avatar neck cauterization
The basic dual-quaternion skinning algorithm does not handle non-rigid transformations like scale well.
Because we only use scaling for head cauterization, we special case this by passing in a cauterization factor,
as well as a cauterization position to the vertex shader.  If a vertex is flagged as cauterized, we slam it to equal the cauterization position.
Although, not as smooth as the previous method, it seems to work well enough on the avatar's I've tested.

(cherry picked from commit faf8350369)
2018-01-25 17:47:39 -08:00
..
animation Added defaultPoseFlags to avatar protocol 2018-01-19 15:34:27 -08:00
audio Fix bug in how emitAudioPacket() determines mono/stereo. 2018-01-10 06:54:27 -08:00
audio-client Fix bug when calling switchOutputToAudioDevice() with the active device. 2018-01-11 18:22:34 -08:00
auto-updater
avatars Take defaultPoseFlag section into account when computing byteArraySize. 2018-01-22 16:02:35 -08:00
avatars-renderer watch for attachment texture loading 2018-01-18 12:40:02 -08:00
baking rename libraries/model(src/model) -> libraries/graphics(src/graphics) 2018-01-16 12:44:44 -05:00
controllers Code review feedback 2018-01-04 14:21:53 -08:00
display-plugins FB11109 Preview disabled image swap (Commerce only) 2018-01-18 23:26:43 +03:00
embedded-webserver
entities Merge pull request #12225 from hyperlogic/bug-fix/sassy-avatar 2018-01-22 11:50:44 -08:00
entities-renderer Merge pull request #12225 from hyperlogic/bug-fix/sassy-avatar 2018-01-22 11:50:44 -08:00
fbx Merge pull request #12159 from Zvork/compactvb 2018-01-17 15:16:22 -08:00
gl Merge branch 'master' into feature/dual-quat 2018-01-08 13:18:42 -08:00
gpu Updated Mesh to support map and forEach operations on colors in RGBA8 format and normals in XYZ10W2 format 2017-12-22 15:16:39 +01:00
gpu-gl Merged with master 2018-01-06 10:01:00 +01:00
gpu-gles PR feedback 2017-11-29 09:11:52 -08:00
graphics rename model:: -> graphics:: 2018-01-16 12:46:16 -05:00
image Merge pull request #11932 from birarda/bug/baking-folder-number 2018-01-18 14:25:33 -08:00
input-plugins
ktx
midi Fix Bitwise operators. 2018-01-19 16:59:47 -08:00
model-networking rename model:: -> graphics:: 2018-01-16 12:46:16 -05:00
networking Merge pull request #12225 from hyperlogic/bug-fix/sassy-avatar 2018-01-22 11:50:44 -08:00
octree Removed BackgroundMode packet type. 2018-01-07 13:50:42 -08:00
physics less word salad 2018-01-18 17:43:22 -08:00
plugins Merge pull request #11945 from jherico/android_nov 2018-01-05 13:34:03 -08:00
pointers Revert "Display both lasers on tablet and Web surfaces" 2018-01-24 14:51:42 -08:00
procedural rename model:: -> graphics:: 2018-01-16 12:46:16 -05:00
recording
render fix black flashing on transparent objects 2018-01-17 15:59:07 -08:00
render-utils Bug fix for avatar neck cauterization 2018-01-25 17:47:39 -08:00
script-engine rename model:: -> graphics:: 2018-01-16 12:46:16 -05:00
shared Bug fix for incorrect positioned eyes on other peoples avatars 2018-01-24 21:14:29 -08:00
trackers
ui Merge pull request #12217 from luiscuenca/sortOrderFix 2018-01-21 10:40:25 -08:00
ui-plugins