Parcourir la source

Update README.md

Garrett Johnson il y a 5 ans
Parent
commit
f9d07990a5
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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