diff options
author | cosmic-linden <111533034+cosmic-linden@users.noreply.github.com> | 2024-03-15 12:51:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-15 12:51:57 -0700 |
commit | e2af6de213ff57439e008487229723d004239425 (patch) | |
tree | 2cdbefe56dc95eef22fc7185a4d1f727c7f2f089 /doc/testplans | |
parent | b29c290a3437691fba13c2390a42eb204f3125d9 (diff) | |
parent | 72987ac256c8c906eb51d002942332279250284a (diff) |
Merge pull request #1009 from secondlife/v-760
secondlife/viewer#760: Update test plan for terrain texture max resolution validation
Diffstat (limited to 'doc/testplans')
-rw-r--r-- | doc/testplans/pbr_terrain_composition.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/testplans/pbr_terrain_composition.md b/doc/testplans/pbr_terrain_composition.md index 524583aa7a..8cc5560f64 100644 --- a/doc/testplans/pbr_terrain_composition.md +++ b/doc/testplans/pbr_terrain_composition.md @@ -50,7 +50,7 @@ A user with appropriate permissions can change and save the textures or material Saving may fail for the following reasons: - A terrain or material texture is invalid or null -- A terrain texture is greater than 1024 resolution (Subject to change. See https://github.com/secondlife/viewer/issues/760) +- A terrain texture is greater than the max texture upload resolution Unlike a viewer without PBR terrain support, the new viewer will no longer treat textures with alpha channels as invalid. |