Skip to content

Commit b1e3136

Browse files
authored
Update README.md
1 parent 5c7aef2 commit b1e3136

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

src/plugins/README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff 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

276276
Display 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

284284
Display 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

292292
Display 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

0 commit comments

Comments
 (0)