Commit Graph

46265 Commits (1a437cbedf94de90d749f426dde09f2466693de2)

Author SHA1 Message Date
Andrey Kleshchev 1a437cbedf SL-18144 Bakes On Mesh not showing in-world as Albedo 2022-10-04 20:33:10 +03:00
Dave Parks 7d42681501 SL-18239 Unify PBR and non-PBR treatment of ambient/SSAO/irradiance. Restore SSAO to release version. 2022-09-30 10:57:01 -05:00
Dave Parks d001c52c34 SL-18132 Fix for errant shadow when sun shadows are disabled. 2022-09-29 19:24:08 -05:00
Dave Parks 6f2acc8e60 Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR-559 2022-09-29 19:01:41 -05:00
Dave Parks 10b2d1be01 SL-18190 End of linear space odyssey -- just eat the conversions in atmosphericsFuncsF for sunlight and additive, but leave linear ambient in tact. 2022-09-29 18:56:21 -05:00
Brad Kittenbrink f2867c71db Better fix for DRTVWR-559 mac build breakage 2022-09-29 13:58:05 -07:00
Brad Kittenbrink 5c83ac76b5 fix for mac build breakage DRTVWR-559 2022-09-29 13:24:38 -07:00
Andrey Kleshchev 332ddc67de SL-17653 Small change in material loading order 2022-09-29 23:17:49 +03:00
Andrey Kleshchev 9346b45188 SL-17653 Multi-material file support for local materials 2022-09-29 22:39:32 +03:00
Brad Kittenbrink 02df55b9b3 Fix coding policy failure for DRTVWR-559 2022-09-29 11:32:23 -07:00
Dave Parks 411aa9f727 SL-18190 Fix for haze color being completely wrong (now it's just half wrong). 2022-09-29 00:19:52 -05:00
Dave Parks 2e499bcc40 SL-18190 Prune srgb_to_linear from atmosphericsFuncs.glsl 2022-09-28 19:14:00 -05:00
Dave Parks 2f082bb4ee SL-18190 Parity with release viewer when reflections are disabled. 2022-09-28 18:13:58 -05:00
Dave Parks d3b77a3fb7 Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR-559 2022-09-28 16:49:26 -05:00
Dave Parks f887f65830 SL-18190 WIP - Linear space atmospherics take 2 2022-09-28 16:49:11 -05:00
Andrey Kleshchev 144fb0c315 SL-18233 Fixed editor not udpating after saving material from task inventory 2022-09-28 20:18:21 +03:00
Andrey Kleshchev 6b46793771 SL-18233 Double clicking material in an object shows notecard 2022-09-28 20:01:06 +03:00
Dave Parks a63fcfc9d5 SL-18190 Remove some (likely) superfluous color space conversions 2022-09-28 00:15:34 -05:00
Dave Parks 67c7a13647 SL-18190 Missed magic number. 2022-09-27 23:46:03 -05:00
Dave Parks d9b610dd92 Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR-559 2022-09-27 23:32:18 -05:00
Dave Parks aaf7b17db0 SL-18190 WIP -- Take 2 on linear space windlight (more methodical approach -- make desired interface but brute force color conversions). Placeholder PBR water and move to deprecate forward rendering shaders. 2022-09-27 23:32:02 -05:00
Andrey Kleshchev e6fad1ea5f SL-17999 Material with limited permissions should be copied to object's inventory 2022-09-27 23:26:25 +03:00
Andrey Kleshchev 3e59ae1c43 SL-17640 Support loading materials from multi-material files 2022-09-27 17:59:40 +03:00
Dave Parks 44f2286e42 SL-18190 Use bindDeferredShader in alpha pool. Don't redundantly apply ao to irradiance. 2022-09-26 18:08:42 -05:00
Dave Parks d53c077315 Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR-559 2022-09-26 17:41:52 -05:00
Dave Parks 23ad6e930b SL-18190 WIP - Whoopsie from last commit 2022-09-26 17:41:22 -05:00
Dave Parks 725d042640 SL-18190 WIP - Windlight to linear space proof of concept, better parity between release viewer and materials viewer when reflections disabled. Avoid run-away probe ambiance. 2022-09-26 17:17:34 -05:00
Andrey Kleshchev 30b6d29b04 SL-17640 Material editor permissions support 2022-09-26 23:23:52 +03:00
Dave Parks 20f44fb522 SL-18190 Reduce banding - tweak noise function. 2022-09-23 18:58:04 -05:00
Dave Parks 64cfcea3f4 SL-18190 Reduce banding - experiment with RGB16F reflection probes 2022-09-23 18:13:20 -05:00
Dave Parks f4d49f887e SL-18190 Reduce banding. 2022-09-23 17:48:45 -05:00
Dave Parks 75de4d3276 SL-18156 Cleanup of MikktSpace integration, apply MikktSpace tangents to all meshes. 2022-09-23 12:53:24 -05:00
Dave Parks 8f1d226865 SL-18134 Rename Albedo to Base Color to be more consistent with GLTF spec 2022-09-23 11:19:56 -05:00
Dave Parks 01d6671091 SL-18120 Fix for specular color of legacy materials tinting environment reflections from "environment" intensity. 2022-09-23 10:42:09 -05:00
Dave Parks 43822fa6e4 SL-18190 Fix for texture animation not working on opaque PBR materials. 2022-09-22 18:10:50 -05:00
Dave Parks 0afc237de2 Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR-559 2022-09-22 17:27:41 -05:00
Dave Parks e5d463ca20 SL-17705 Backwards compatibility pass. Support OpenGL pre-4.0 by disabling reflection probes and anti-aliasing. Get render parity with current release viewer when reflection probes are disabled. 2022-09-22 17:27:18 -05:00
Andrey Kleshchev 524e5f06b7 SL-18001 Fix LLMaterialEditor::applyToSelection() 2022-09-22 20:15:38 +03:00
Andrey Kleshchev 94b9286858 SL-17999 'copy' functionality for 'features' and 'texture' tabs
And a fix to prevent message spam
2022-09-22 11:06:41 +03:00
Dave Parks 4697b7049c Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR-559 2022-09-21 12:48:32 -05:00
Dave Parks d72c0f1d6a SL-18190 Fix for fullbright alpha blended legacy materials appearing in wrong color space 2022-09-21 12:48:10 -05:00
Andrey Kleshchev 484ccb6946 SL-18187 Resolve Win32 failures due to missing mikktspace 2022-09-21 13:06:31 +03:00
Dave Parks 709bf22084 Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR-559 2022-09-20 19:10:13 -05:00
Dave Parks c466e44334 SL-18190 Reduce banding (stay in linear space as much as possible, increase precision of reflection probes). Faster radiance and irradiance map generation. 2022-09-20 19:09:26 -05:00
Sabrina Shanman 58c478f08a Merged in SL-18001 (pull request #1137)
SL-18001: Update GLTF material when receiving LLRenderMaterialParams on updated object

Approved-by: Brad Kittenbrink
2022-09-20 23:09:30 +00:00
Dave Parks a66a65e047 SL-18190 Enable OpenGL core profile on OS X by default 2022-09-20 13:11:29 -05:00
Dave Parks 1eeee12ecb SL-18190 Don't allocate mips for irradiance maps because they're never generated. Disable OpenGL core profile on Intel by default. 2022-09-20 12:28:45 -05:00
Dave Parks 7a9811ee11 Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR-559 2022-09-19 19:07:55 -05:00
Dave Parks d3b4c4aece SL-18190 Don't generate mips for irradiance maps because they're never sampled. 2022-09-19 19:07:34 -05:00
Cosmic Linden 3e807dbc29 SL-18001: Update GLTF material when receiving LLRenderMaterialParams on updated object 2022-09-19 16:55:57 -07:00