diff options
author | cosmic-linden <111533034+cosmic-linden@users.noreply.github.com> | 2024-03-21 12:53:20 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-21 12:53:20 -0700 |
commit | 359116652e9df542feecbf8a37d35bf76c386a92 (patch) | |
tree | c4ee36be7f30baf212e3769726ed00877cd6b80b /doc | |
parent | 3afb104199cb31de8e5f02e51a3c9f69e58ee248 (diff) | |
parent | 72594038c0ede691f9be293b636fd9c6e1b7e0ee (diff) |
Merge pull request #1028 from secondlife/v-1027
secondlife/viewer#1027: Fix noise on transparent PBR materials on minimap
Diffstat (limited to 'doc')
-rw-r--r-- | doc/testplans/pbr_terrain_composition.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/testplans/pbr_terrain_composition.md b/doc/testplans/pbr_terrain_composition.md index 87c1d47780..1cd26a0ded 100644 --- a/doc/testplans/pbr_terrain_composition.md +++ b/doc/testplans/pbr_terrain_composition.md @@ -63,3 +63,7 @@ Unlike a viewer without PBR terrain support, the new viewer will no longer treat Texture terrain with transparency is not permitted to be applied in the viewer. See [PBR Terrain Appearance](./pbr_terrain_appearance.md) for supported PBR terrain features. + +## Minimap + +The minimap should display the terrain with appropriate textures and colors. |