Age | Commit message (Collapse) | Author |
|
First pass of Screen Space Reflections
Approved-by: Dave Parks
|
|
|
|
Plan is to expand it as needed with overrides, request rate and memory
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
present.
|
|
|
|
DRTVWR-559
|
|
that used to post to ModifyMaterialParams directly.
|
|
|
|
without override
|
|
DRTVWR-559
# Conflicts:
# indra/newview/llgltfmateriallist.h
|
|
|
|
|
|
changes
|
|
object's material override as a base, rather than its render material (pull request #1190)"
|
|
SL-18523: When editing an object's material override, use the object's material override as a base, rather than its render material
|
|
And a fix for SL-18583
|
|
material override as a base, rather than its render material
|
|
Issue: release viewer saves materials as AT_UNKNOWN (255). When material viewer loads cache with materials saved as '255' instead of '57', material viewer doesn't know to update content and it casuses issues. Viewer eventally recovers, but it's simpler to drop cache in this case over trying to figure out if our unknown is a material (but may be cache should include asset type count to let viewer know when to double check unknowns).
Also made 'legacy' materials folder's name localizable just in case.
|
|
DRTVWR-559
|
|
|
|
or color pickers
|
|
This works only partially since changes from material editor are not yet tracked.
|
|
And fix cases of updates not applying
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SL-18485: Render GLTF materials with extension KHR_texture_transform with approprate texture transforms
|
|
approprate texture transforms
|
|
|
|
|
|
DRTVWR-559
|
|
alpha mode and double sided to default
|
|
|
|
|
|
|
|
following promotion of DRTVWR-575
|
|
|
|
|
|
|
|
DRTVWR-559
|