浏览代码

Update README.md

Garrett Johnson 3 年之前
父节点
当前提交
ff23126bf6
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -389,6 +389,14 @@ Updates the tiles to render and kicks off loads for the appropriate tiles in the
 
 
 Both `group.matrixWorld` and all cameras world matrices are expected to be up to date before this is called.
 Both `group.matrixWorld` and all cameras world matrices are expected to be up to date before this is called.
 
 
+### .resetFailedTiles
+
+```js
+resetFailedTiles() : void
+```
+
+If any tiles failed to load due to server or network issues then they will not be retried by automatically. This function clears all failed tile states so unloaded tiles can be retried again.
+
 ### .getBounds
 ### .getBounds
 
 
 ```js
 ```js