summaryrefslogtreecommitdiff
path: root/indra/newview/llgltfmateriallist.cpp
AgeCommit message (Collapse)Author
2022-10-21SL-18105 Clean up class1/deferred/materialF.glsl (merge cleanup), make ↵Dave Parks
override messaging LLSD where it ought to be and JSON where it ought to be.
2022-10-20SL-18105 Fix for overrides not showing until a forced mesh update.Dave Parks
2022-10-19SL-18105 Hook up TE override material to render pipe by way of render material.Dave Parks
2022-10-19SL-18105 viewer side for handling Material Override LargeGenericMessageBrad Kittenbrink
LLGLTFMaterialList now decodes gltf json overrides from the server and stores them in LLTextureEntry::mGLTFMaterialOverrides
2022-10-18Better fix for mac/xcode compatibility problem in SL-18391. Keep using ↵Brad Kittenbrink
unordered_map
2022-10-19SL-18391 Basic GLTF lifetime managementAndrey Kleshchev
2022-10-17Continuing work on SL-17697 Live editing with material overrides.Brad Kittenbrink
* Fixed Selection usage so material editor no longer hardcoded to a single object/face * made local preview hack the fallback for when the ModifyMaterialParams cap is missing
2022-10-14Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵Dave Parks
DRTVWR-559
2022-10-14SL-18105 Add to/from json capability to LLGLTFMaterialDave Parks
2022-10-14Added stub handler for GLTF LargeGenericMessage as part of work on SL-18105 ↵Brad Kittenbrink
SL-17697 and SL-17698
2022-09-29SL-17653 Multi-material file support for local materialsAndrey Kleshchev
2022-09-02SL-17967 - do not crash on zero-sized materialsHoward Stearns
2022-08-23SL-17653 Basic local gltf materialsAndrey Kleshchev
2022-08-06SL-17888 Clamp some gltf material valuesAndrey Kleshchev
2022-06-29SL-17685 Add missing filesDave Parks