diff options
author | cosmic-linden <111533034+cosmic-linden@users.noreply.github.com> | 2024-04-03 13:45:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-03 13:45:12 -0700 |
commit | a9b61c90e74f17a5ba76e71f046b52a83a04197e (patch) | |
tree | 2662c9dc243d8458076e43000fb5379e8815904a /doc | |
parent | 54fc10acb10eeaeeadec3f06a373e9c94d8676cb (diff) | |
parent | e2da41a75901ec2b0a97a92721043737b2bc057c (diff) |
Merge pull request #1133 from secondlife/v-773
secondlife/viewer#773: Improve documentation for RenderTerrainPBREnabled
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 |