diff options
author | cosmic-linden <111533034+cosmic-linden@users.noreply.github.com> | 2024-02-08 15:00:32 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-08 15:00:32 -0800 |
commit | e24f631110c4fb3ca135b6d6dfaa448062e2f9bd (patch) | |
tree | c87231a17d1699de3ea9036a3b890f775cede125 /doc | |
parent | 1a353aafb72cafb1d21626a2ba47e41e3716c9b1 (diff) | |
parent | ae46dc068e47475c9a874c22047312152cd8fdab (diff) |
Merge pull request #770 from secondlife/vi-67
secondlife/viewer-issues#67: Add test plan + fix Windows build
Diffstat (limited to 'doc')
-rw-r--r-- | doc/testplans/terrain_loading.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/testplans/terrain_loading.md b/doc/testplans/terrain_loading.md new file mode 100644 index 0000000000..b84daf6f73 --- /dev/null +++ b/doc/testplans/terrain_loading.md @@ -0,0 +1,4 @@ +- Texture terrain should load +- PBR terrain should load if enabled +- Related subsystem: A change to the PBR terrain loading system may affect the texture terrain loading system and vice-versa +- Related subsystem: Minimaps should load if terrain loads (may take longer) |