瀏覽代碼

Update TESTCASES.md

Garrett Johnson 5 年之前
父節點
當前提交
817aad6127
共有 1 個文件被更改,包括 38 次插入0 次删除
  1. 38 0
      TESTCASES.md

+ 38 - 0
TESTCASES.md

@@ -4,4 +4,42 @@ Series of manually performed test cases for scenarios that are difficult / not f
 
 ## Tests
 
+### Verify all sibling tiles load when loadSiblings = true
+
+TODO
+
+### Verify sibling tiles do _not_ load when loadSiblings = false
+
+TODO
+
+### Verify that active tiles render when displayActiveTiles = true
+
+TODO
+
+### Verify tiles load up to errorTarget option
+
+TODO
+
+### Verify parent tiles do not load outside of the errorThreshold option
+
+TODO
+
+### Verify tiles do not display past the maxDepth threshold
+
+TODO
+
+### Verify that tiles do not change when update() is not called
+
+TODO
+
+### Verify that multiple cameras are taken into account when calculating error
+
+TODO
+
+### Verify that raycasting works as expected
+
+TODO
+
+### Verify debug bounds display when displayBoxBounds = true
+
 TODO