Garrett Johnson 5 anni fa
parent
commit
f9d07990a5
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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