Anthony Thibault
08c6acdf99
Improve blendshape precision for small models
...
For avatars authored in meters, the max component length would often be less then 1.
In that case, the blendshape offset was not normalized before quantization, resulting in loss of precision.
This change will normalize the offset for all cases, except when the max component length is 0.
2019-03-26 11:21:13 -07:00
John Conklin II
e5a999b66a
Merge pull request #15256 from SamGondelman/shadow
...
Case 21898: Fix shadows when tablet is open and misc threading issues
2019-03-25 15:20:23 -07:00
Sam Gondelman
85024bcc0b
Merge pull request #15214 from SamGondelman/lasers
...
Case 21505: Fix laser ghosting
2019-03-25 14:43:52 -07:00
SamGondelman
57a02bc1d5
capture lambda by value
2019-03-25 11:29:25 -07:00
Sam Gateau
69a83e647e
Merge pull request #15157 from jherico/compositeless
...
Case 21730: Remove composite framebuffer from display plugins
2019-03-23 10:38:15 -07:00
SamGondelman
7db498a130
fix shadows when tablet is open and misc threading issues
2019-03-22 16:20:54 -07:00
Sam Gondelman
40f5a0263c
Merge pull request #15201 from SamGondelman/emit
...
Case 21756: Entities.emitScriptEvent works now
2019-03-21 18:05:17 -07:00
Sam Gondelman
385970c39d
Merge pull request #15200 from SamGondelman/web
...
Case 21755: Allow Web Entities to use alpha from html/qml textures
2019-03-21 18:04:57 -07:00
Sam Gondelman
04ecdb463f
Merge pull request #15173 from SamGondelman/audio
...
Case 21457, Case 16836, Case 15782: Improve AudioInjector threading
2019-03-21 18:03:58 -07:00
Shannon Romano
212f02598c
Merge pull request #15231 from AndrewMeadows/fix-vanishing-avatar-entities
...
Case 21838: fix vanishing avatar entities for 0.82.0
2019-03-21 17:39:11 -07:00
Shannon Romano
33e73953eb
Merge pull request #15163 from danteruiz/fix-laser-scaling
...
Case 21499: Lasers are offset in front of hands after scaling avatar down then relaunching
2019-03-21 13:13:18 -07:00
Shannon Romano
b82c808562
Merge pull request #15207 from danteruiz/kick-ui
...
Case 21771: Possible Entity Scipt Ban Incident
2019-03-21 13:10:54 -07:00
Sabrina Shanman
2fd2d2cc5d
Merge pull request #15154 from SamGondelman/parentCollider
...
Case 8064: Child of animated model brings collider with it
2019-03-21 11:26:50 -07:00
Sam Gondelman
61b7b8b669
reduce lambda copies
2019-03-21 08:36:32 -07:00
Howard Stearns
3085ea212d
Merge pull request #15186 from howard-stearns/make-placename-consistent-with-hostname-after-domain-reset
...
make placename consistent with hostname after domain reset
2019-03-20 12:18:32 -07:00
Andrew Meadows
9d11e44b4b
update AvatarEntity trait when parentID changes
2019-03-20 11:37:16 -07:00
Howard Stearns
44f897fbd2
Merge pull request #15216 from howard-stearns/allow-base-url-to-be-specified-in-fst
...
allow baseURL to be specified in fst
2019-03-19 13:56:27 -07:00
Sam Gateau
d88bee89e4
Merge pull request #15176 from sabrina-shanman/hfm_oven_wip
...
(case 21205) Incorporate HFM in Oven + Add FST baking/output + More Oven Improvements
2019-03-19 13:03:49 -07:00
Howard Stearns
61fb65b5a4
don't set _url, so that cache_clearing works
2019-03-19 12:41:58 -07:00
howard-stearns
0e4d3b2aeb
allow baseURL to be specified in fst
2019-03-18 17:40:54 -07:00
sabrina-shanman
e6487332e8
Attempt to fix linker error with Android and draco in BuildDracoMeshTask.cpp
2019-03-18 17:02:44 -07:00
sabrina-shanman
64fbf51ac2
Warn if baked mesh is empty for OBJBaker
2019-03-18 16:49:09 -07:00
sabrina-shanman
266f3a8ad8
Warn if handleFinishedTextureBaker doesn't recognize the sender
2019-03-18 16:49:09 -07:00
sabrina-shanman
cf40ed953b
Do not create temporary directory in ModelBaker and copy model directly to the original output folder
2019-03-18 16:49:09 -07:00
sabrina-shanman
c29b3a8c35
Bypass signals in JSBaker/MaterialBaker when resource is already loaded
2019-03-18 16:49:09 -07:00
sabrina-shanman
bc3b35aad3
Do not consolidate source images by file for now, since they may have the same filename but different paths
2019-03-18 16:49:00 -07:00
sabrina-shanman
0990b56952
Better avoid overwriting textures in ModelBaker::compressTexture
2019-03-18 16:48:47 -07:00
SamGondelman
7a5bbb8f6f
fix laser ghosting
2019-03-18 14:53:11 -07:00
danteruiz
2ab8eb98e8
better implementation
2019-03-17 14:00:41 -07:00
danteruiz
5f3e31b119
add ui to kick api
2019-03-15 18:15:18 -07:00
Shannon Romano
840f3a3a2e
Merge pull request #15187 from SamGondelman/wearables
...
Case 21721: Fix wearable duplication on domain switch
2019-03-15 17:40:23 -07:00
Sam Gondelman
e7f2df4fac
Merge pull request #15197 from SamGondelman/onion
...
Case 21746: Fix color grading/lighting of renderLayer front entities
2019-03-15 17:17:09 -07:00
SamGondelman
d4e1ec9741
fix emitScriptEvent
2019-03-15 16:20:01 -07:00
sabrina-shanman
b6c44ea443
Remove unused variables when iterating through mesh nodes in FBXBaker
2019-03-15 15:56:36 -07:00
sabrina-shanman
53429f459e
Remove some redundancy involving model texture URL resolution
2019-03-15 15:32:39 -07:00
SamGondelman
0d94030515
use web surface alpha
2019-03-15 15:32:31 -07:00
sabrina-shanman
60ed9e12a4
Attempt to fix build errors
2019-03-15 15:17:33 -07:00
SamGondelman
79dda7a6c7
build errors
2019-03-15 14:29:50 -07:00
SamGondelman
83bac723ef
fix wearable duplication on domain switch
2019-03-15 13:38:25 -07:00
SamGondelman
8748a7561b
fix lighting/color grading for everything
2019-03-15 12:48:32 -07:00
sabrina-shanman
041db33578
Attempt to fix build warnings
2019-03-15 10:20:58 -07:00
sabrina-shanman
c54b23f647
Make material baking output unique textures per usage like model baking does
2019-03-14 17:09:26 -07:00
sabrina-shanman
c8209aa976
Do not have multiple copies of the original texture file in the baked output
2019-03-14 17:09:25 -07:00
sabrina-shanman
20d0ca0073
Fix baked material JSONS using wrong texture paths
2019-03-14 17:09:21 -07:00
SamGondelman
c985fc735d
clean up avatar rendering and ring gizmo normals
2019-03-14 14:43:43 -07:00
Brad Davis
fd65f51140
Fix gamma correction on Quest
2019-03-14 14:27:20 -07:00
amantley
bc696d6db6
fixed memory leak caused by bone length scale computation
2019-03-14 13:49:13 -07:00
sabrina-shanman
3016860bab
Fix QFile::open complaining the device was already open in
...
TextureBaker::processTexture
2019-03-14 13:31:29 -07:00
Brad Davis
19f856b760
Switch Oculus mobile to single draw FBO with multiple color attachments
2019-03-14 13:10:54 -07:00
sabrina-shanman
5e430c98c5
Attempt to fix build warnings
2019-03-14 09:56:25 -07:00