From e2da41a75901ec2b0a97a92721043737b2bc057c Mon Sep 17 00:00:00 2001
From: Cosmic Linden <cosmic@lindenlab.com>
Date: Wed, 3 Apr 2024 10:28:19 -0700
Subject: [PATCH] secondlife/viewer#773: Improve test plan for PBR terrain
 feature flag

---
 doc/testplans/pbr_terrain_composition.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/doc/testplans/pbr_terrain_composition.md b/doc/testplans/pbr_terrain_composition.md
index 1cd26a0dedc..aadd97a94b4 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
-- 
GitLab