From 633fa78426935d5cd2471e6de82b35ce9dd1ace2 Mon Sep 17 00:00:00 2001 From: Dan Linden <119471733+Dan-Linden@users.noreply.github.com> Date: Tue, 30 Apr 2024 15:22:58 -0700 Subject: Update terrain_loading.md Add more details to Behavior overview. --- doc/testplans/terrain_loading.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3