Garrett Johnson 5 лет назад
Родитель
Сommit
f9d07990a5
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -73,12 +73,16 @@ If `errorThreshold` is set to `Infinity` then all parent tiles will be loaded an
 maxDepth = Infinity : Number
 ```
 
+The max depth to which tiles will be loaded and rendered.
+
 ### .loadSiblings
 
 ```js
 loadSiblings = true : Boolean
 ```
 
+If true then all sibling tiles will be loaded, as well, to ensure coherence when moving the camera. If false then only currently viewed tiles will be loaded.
+
 ### .lruCache
 
 ```js