summaryrefslogtreecommitdiff
path: root/doc/testplans
diff options
context:
space:
mode:
authorcosmic-linden <111533034+cosmic-linden@users.noreply.github.com>2024-07-01 14:52:58 -0700
committerGitHub <noreply@github.com>2024-07-01 14:52:58 -0700
commite32f6426d5b0765272f7c08bbbb6780a2f2e1e0b (patch)
tree21e7c5af5f2cf5984d9612face9a1a30ddbd98d0 /doc/testplans
parent817a1321dbe2564c5564f16d0ca66e8b08c5e502 (diff)
parent186395ee4b48cf62cbcb484ba4e5d22154942ef5 (diff)
Merge pull request #1882 from secondlife/v-1847
secondlife/viewer#1847: Fix negative UV scale inverting normal texture lighting for PBR materials and PBR terrain
Diffstat (limited to 'doc/testplans')
-rw-r--r--doc/testplans/pbr_terrain_appearance.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/testplans/pbr_terrain_appearance.md b/doc/testplans/pbr_terrain_appearance.md
index 11b501be3a..770e39204e 100644
--- a/doc/testplans/pbr_terrain_appearance.md
+++ b/doc/testplans/pbr_terrain_appearance.md
@@ -50,3 +50,14 @@ If triplanar mapping is enabled, and an avatar faces an axially-aligned wall, th
Textures of materials should not appear mirrored.
When triplanar mapping is enabled, rotations on the axially aligned walls should apply in the same direction as they would on flat ground.
+
+## PBR Terrain Normal Textures
+
+This section assumes terrain normal maps are enabled at the current graphics setting.
+
+PBR terrain should have approximately correct lighting based on the normal texture:
+
+- When on flat ground
+- On cliffs, when triplanar mapping is enabled. Lighting will be somewhat less accurate when the cliff face is not axially aligned.
+- If no Terrain Texture Transform is applied.
+- If a Terrain Texture Transform is applied, especially for rotation or negative scale.