Quellcode durchsuchen

Update README.md

Garrett Johnson vor 5 Jahren
Ursprung
Commit
f9d07990a5
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  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