summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcosmic-linden <111533034+cosmic-linden@users.noreply.github.com>2024-02-07 12:47:18 -0800
committerGitHub <noreply@github.com>2024-02-07 12:47:18 -0800
commit619bcf78f47b091380c227b2929046311e745c6a (patch)
tree234d1a098b1f10d957dacd3973490c7030124155
parent37b1ea4685891610a25a9a9d3d8407252faeadc8 (diff)
parentc74adabdb58e8123c53aa2123075b00b159fda23 (diff)
Merge pull request #754 from secondlife/v-711
secondlife/viewer#711: Add test plan
-rw-r--r--doc/testplans/pbr_terrain_feature_gating.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/testplans/pbr_terrain_feature_gating.md b/doc/testplans/pbr_terrain_feature_gating.md
new file mode 100644
index 0000000000..13108c1534
--- /dev/null
+++ b/doc/testplans/pbr_terrain_feature_gating.md
@@ -0,0 +1,22 @@
+# PBR Terrain Feature Gating
+
+PBR terrain should have lower detail on lower graphics settings. PBR terrain will also not show emissive textures on some machines (like Macs) which do not support more than 16 textures.
+
+## Triplanar Mapping
+
+Triplanar mapping improves the texture repeats on the sides of terrain slopes.
+
+Availability of Triplanar mapping:
+
+- Medium-High and below: No triplanar mapping
+- High and above: Triplanar mapping
+
+## PBR Textures
+
+At the highest graphics support level, PBR terrain supports all PBR textures.
+
+Availability of PBR textures varies by machine and graphics setting:
+
+- Low: Base color only (looks similar to texture terrain)
+- Medium-Low, and machines that do not support greater than 16 textures such as Macs: All PBR textures enabled except emissive textures.
+- Medium: All PBR textures enabled