summaryrefslogtreecommitdiff
path: root/doc/testplans
diff options
context:
space:
mode:
authorCosmic Linden <cosmic@lindenlab.com>2024-02-07 11:33:33 -0800
committerCosmic Linden <cosmic@lindenlab.com>2024-02-07 12:33:00 -0800
commitc74adabdb58e8123c53aa2123075b00b159fda23 (patch)
tree234d1a098b1f10d957dacd3973490c7030124155 /doc/testplans
parent37b1ea4685891610a25a9a9d3d8407252faeadc8 (diff)
secondlife/viewer#711: Add test plan
Diffstat (limited to 'doc/testplans')
-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