File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -270,27 +270,35 @@ The callback used if `debugColor` is set to `CUSTOM_COLOR`. Value defaults to `n
270270### .displayBoxBounds
271271
272272``` js
273- displayBoxBounds = false : Boolean
273+ displayBoxBounds = false : boolean
274274```
275275
276276Display wireframe bounding boxes from the tiles ` boundingVolume.box ` (or derived from the region bounds) for every visible tile.
277277
278278### .displaySphereBounds
279279
280280``` js
281- displaySphereBounds = false : Boolean
281+ displaySphereBounds = false : boolean
282282```
283283
284284Display wireframe bounding boxes from the tiles ` boundingVolume.sphere ` (or derived from the bounding box / region bounds) for every visible tile.
285285
286286### .displayRegionBounds
287287
288288``` js
289- displayRegionBounds = false : Boolean
289+ displayRegionBounds = false : boolean
290290```
291291
292292Display wireframe bounding rgions from the tiles ` boundingVolume.region ` for every visible tile if it exists.
293293
294+ ### .displayParentBounds
295+
296+ ``` js
297+ displayParentBounds = false : boolean
298+ ```
299+
300+ If true then all the parent bounds of the current leaf tiles will be displayed.
301+
294302### .maxDebugDepth
295303
296304``` js
You can’t perform that action at this time.
0 commit comments