Browse Source

Update README.md

Garrett Johnson 5 years ago
parent
commit
a2a6c4a99f
1 changed files with 6 additions and 0 deletions
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -187,6 +187,12 @@ setResolutionFromRenderer( camera : Camera, renderer : WebGLRenderer ) : boolean
 
 
 Sets the resolution being rendered to for the given camera via renderer which accounts for canvas size and current pixel ratio. Returns `false` if the camera is not being tracked.
 Sets the resolution being rendered to for the given camera via renderer which accounts for canvas size and current pixel ratio. Returns `false` if the camera is not being tracked.
 
 
+## DebugTilesRenderer
+
+_extends [TilesRenderer](#TilesRenderer)_
+
+TODO
+
 ## PriorityQueue
 ## PriorityQueue
 
 
 Piority-sorted queue to prioritize file downloads and parsing.
 Piority-sorted queue to prioritize file downloads and parsing.