From b1e31368aa718ed26963742cc74988e0236f9ffa Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Tue, 24 Dec 2024 23:23:16 +0900 Subject: [PATCH] Update README.md --- src/plugins/README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/plugins/README.md b/src/plugins/README.md index b237c68bf..368334f05 100644 --- a/src/plugins/README.md +++ b/src/plugins/README.md @@ -270,7 +270,7 @@ The callback used if `debugColor` is set to `CUSTOM_COLOR`. Value defaults to `n ### .displayBoxBounds ```js -displayBoxBounds = false : Boolean +displayBoxBounds = false : boolean ``` Display wireframe bounding boxes from the tiles `boundingVolume.box` (or derived from the region bounds) for every visible tile. @@ -278,7 +278,7 @@ Display wireframe bounding boxes from the tiles `boundingVolume.box` (or derived ### .displaySphereBounds ```js -displaySphereBounds = false : Boolean +displaySphereBounds = false : boolean ``` Display wireframe bounding boxes from the tiles `boundingVolume.sphere` (or derived from the bounding box / region bounds) for every visible tile. @@ -286,11 +286,19 @@ Display wireframe bounding boxes from the tiles `boundingVolume.sphere` (or deri ### .displayRegionBounds ```js -displayRegionBounds = false : Boolean +displayRegionBounds = false : boolean ``` Display wireframe bounding rgions from the tiles `boundingVolume.region` for every visible tile if it exists. +### .displayParentBounds + +```js +displayParentBounds = false : boolean +``` + +If true then all the parent bounds of the current leaf tiles will be displayed. + ### .maxDebugDepth ```js