diff options
author | Cosmic Linden <cosmic@lindenlab.com> | 2024-04-03 10:28:19 -0700 |
---|---|---|
committer | Cosmic Linden <cosmic@lindenlab.com> | 2024-04-03 10:28:19 -0700 |
commit | e2da41a75901ec2b0a97a92721043737b2bc057c (patch) | |
tree | 2662c9dc243d8458076e43000fb5379e8815904a /doc | |
parent | dea219281453f371c49962d1e792578f81c47ebb (diff) |
secondlife/viewer#773: Improve test plan for PBR terrain feature flag
Diffstat (limited to 'doc')
-rw-r--r-- | doc/testplans/pbr_terrain_composition.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/testplans/pbr_terrain_composition.md b/doc/testplans/pbr_terrain_composition.md index 1cd26a0ded..aadd97a94b 100644 --- a/doc/testplans/pbr_terrain_composition.md +++ b/doc/testplans/pbr_terrain_composition.md @@ -12,6 +12,13 @@ All tests in this section assume the PBR terrain feature flag is enabled, and th ### Feature Availability +On the client, the advanced setting `RenderTerrainPBREnabled` is the PBR terrain feature flag. + +The PBR terrain feature flag should be set automatically when logging in/teleporting to a new region. + +- The flag should be enabled on regions where the PBR terrain feature is enabled +- Otherwise the flag should be disabled + When the PBR terrain feature flag is disabled: - The "PBR Metallic Roughness" checkbox should not be visible |