summaryrefslogtreecommitdiff
path: root/doc/testplans
diff options
context:
space:
mode:
authorDan Linden <119471733+Dan-Linden@users.noreply.github.com>2024-04-30 15:22:58 -0700
committerGitHub <noreply@github.com>2024-04-30 15:22:58 -0700
commit633fa78426935d5cd2471e6de82b35ce9dd1ace2 (patch)
tree2bdb82704fc32b1c8a0b41554c8cd42cc4ec31d3 /doc/testplans
parent08e012b4fa3c94a26c4b50e68e969a66a1f8d1b6 (diff)
Update terrain_loading.md
Add more details to Behavior overview.
Diffstat (limited to 'doc/testplans')
-rw-r--r--doc/testplans/terrain_loading.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/testplans/terrain_loading.md b/doc/testplans/terrain_loading.md
index d8be930b33..c1b170fcf8 100644
--- a/doc/testplans/terrain_loading.md
+++ b/doc/testplans/terrain_loading.md
@@ -2,8 +2,8 @@
## Behavior overview
-- Texture terrain should load if applied
-- PBR terrain should load if applied, even if the feature flag is disabled
+- Texture terrain should load if textures are applied to the region, and no PBR Metallic Roughness materials are applied.
+- PBR terrain should load if PBR materials are applied to the region, even if the RenderTerrainPBREnabled feature flag is disabled in debug settings. This setting only disables the display of PBR materials in the Region / Estate > Terrain UI.
- Related subsystem: A change to the PBR terrain loading system may affect the texture terrain loading system and vice-versa
- Related subsystem: Minimap should load if terrain loads
- They may not finish loading at the same time